Skip to content

Commit

Permalink
fix(ci): always ensure tests pass (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Feb 3, 2023
1 parent 5b3d5ca commit f9eadcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:

integration-tests-passed:
needs: integration-tests
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: integrations tests pased
Expand Down

0 comments on commit f9eadcf

Please sign in to comment.