Skip to content

Commit

Permalink
chore: all integration tests successfull
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed May 19, 2023
1 parent 1ab2f55 commit 48c96e5
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 @@ -120,3 +120,15 @@ jobs:
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

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 48c96e5

Please sign in to comment.