Skip to content
Snippets Groups Projects

Removed the need for unit tests on push stage in CI

Merged Andrew Kapuscinski requested to merge WS-146-rm-unit-test-needs-on-push-stage into main
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -167,24 +167,18 @@ push workflow:
variables:
SERVICE_NAME: "workflow"
extends: .push
needs:
- unit test workflow
push capability:
stage: push
variables:
SERVICE_NAME: "capability"
extends: .push
needs:
- unit test capability
push notification:
stage: push
variables:
SERVICE_NAME: "notification"
extends: .push
needs:
- unit test notification
push web:
stage: push
Loading