Skip to content

Commit

Permalink
chore: make tests required for passing (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr authored May 22, 2023
1 parent a616e8b commit 2510118
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,15 @@ jobs:
with:
fail_ci_if_error: true
files: ./coverage.txt

all-tests-successful:
if: always()
runs-on: ubuntu-latest
needs:
- integration
- warehouse-integration
- unit
steps:
- uses: re-actors/alls-green@v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 2510118

Please sign in to comment.