Skip to content

Commit

Permalink
add the rest of the jobs to the shim
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Aug 8, 2024
1 parent 9f442ce commit 8907e23
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,52 @@ jobs:
- name: Skipped
run: |
echo skipped
test-e2e-without-cluster:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
codeql-scan:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
test-unit:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
validate-bigbang:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
validate-external:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
validate-unit:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
validate-upgrade:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped

0 comments on commit 8907e23

Please sign in to comment.