Skip to content

Commit

Permalink
Merge pull request #1220 from Avaiga/fix/remove-dependent-on-coverage…
Browse files Browse the repository at this point in the history
…-test-action
  • Loading branch information
trgiangdo authored Apr 23, 2024
2 parents 7d48ce6 + 6ba89b8 commit 43c6559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/overall-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

overall-tests:
needs: [coverage, partial-tests]
needs: [partial-tests]
timeout-minutes: 50
strategy:
fail-fast: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
pipenv run pytest -m "not orchestrator_dispatcher and not standalone and not teste2e" tests
intermittent-tests:
needs: [coverage, partial-tests]
needs: [partial-tests]
timeout-minutes: 40
strategy:
fail-fast: false
Expand Down

0 comments on commit 43c6559

Please sign in to comment.