Skip to content

Commit

Permalink
make deploy dependant not only on backend tests but also on frontend …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
wozniakpl committed Mar 1, 2024
1 parent b3a7f51 commit 9684631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/pipeline-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ stages:

- stage: trigger_deploy
displayName: Trigger deploy
dependsOn: [test]
dependsOn: [test, test_frontend]
jobs:
- job: trigger_deploy
pool:
Expand Down

0 comments on commit 9684631

Please sign in to comment.