Skip to content

Commit

Permalink
chore(repo): quality gate must run even if e2e tests are skipped (#4019)
Browse files Browse the repository at this point in the history
A regression from #3791

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
MarkMcCulloh authored Aug 30, 2023
1 parent 95d0396 commit babdb53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,16 @@ jobs:
quality-gate:
name: Quality Gate
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
needs:
- build
- e2e-test
- benchmark
- test
steps:
- name: Check failure
if: failure()
run: exit 1
- name: Download patches
uses: actions/download-artifact@v3
- name: Check patches
Expand Down

0 comments on commit babdb53

Please sign in to comment.