Skip to content

Commit

Permalink
CI: add meta-test to ensure all e2e jobs passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsn723 committed Jun 23, 2024
1 parent 67223cc commit 585373b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
working-directory: e2e
- run: make test
working-directory: e2e
all-e2e-pass:
name: All e2e test pass
needs: e2e
runs-on: ubuntu-latest
steps:
- run: exit 0
dry-run:
name: Dry-run release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 585373b

Please sign in to comment.