Skip to content

Commit

Permalink
Fail CI tests faster (#1756)
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
  • Loading branch information
2 people authored and Fabio Grätz committed Aug 14, 2023
1 parent ee2c278 commit d3ddf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.in', 'requirements.in')) }}
- name: Install dependencies
run: |
make setup
pip freeze
make setup && pip freeze
- name: Test with coverage
run: |
make unit_test_codecov
Expand All @@ -49,6 +48,7 @@ jobs:
fail_ci_if_error: false

build-plugins:
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit d3ddf84

Please sign in to comment.