Skip to content

chore(test): add unit-test to vcluster controller #12

chore(test): add unit-test to vcluster controller

chore(test): add unit-test to vcluster controller #12

Workflow file for this run

name: E2E
on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: Run the build with upterm debugging enabled
(https://github.com/lhotari/action-upterm/)
required: false
default: false
pull_request:
branches:
- main
concurrency:
group: e2e-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
e2e-test-empty:
runs-on: ubuntu-latest
steps:
- name: Echo hello
run: |
echo "hello"