Skip to content

Commit

Permalink
Make e2e tests independant from unit tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 5, 2024
1 parent 772fdc9 commit 37fba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

e2e_test:
name: Run E2E tests
needs: [version, unit_test_backend, unit_test_frontend, build]
needs: [version, build]
runs-on: ubuntu-22.04
strategy:
# when one test fails, DO NOT cancel the other
Expand Down

0 comments on commit 37fba2a

Please sign in to comment.