Skip to content

Commit

Permalink
[Tech] Requiert les tests unitaires avant de pousser vers le registre…
Browse files Browse the repository at this point in the history
… dans la CI (#3151)

## Linked issues

None.

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron committed Apr 29, 2024
2 parents 4022566 + 12ac8cd commit 8fac5d6
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 @@ -305,7 +305,7 @@ jobs:

push_to_registry:
name: Push to registry
needs: [version, e2e_test, e2e_multi_windows_test]
needs: [version, unit_test_backend, unit_test_frontend, e2e_test, e2e_multi_windows_test]
runs-on: ubuntu-22.04
if: needs.version.outputs.IS_RELEASE && !contains(github.ref, 'dependabot')
env:
Expand Down

0 comments on commit 8fac5d6

Please sign in to comment.