kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
ci: Only run integration test if explicitly requested
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>environments/review-docs-merge-hoc7bt/deployments/18064
rodzic
6f282f984d
commit
6abaab9290
|
@ -314,9 +314,13 @@ build_metadata:
|
|||
- docker-bake.front.json
|
||||
|
||||
test_integration:
|
||||
interruptible: true
|
||||
stage: test
|
||||
image: cypress/base:16.14.2
|
||||
rules:
|
||||
- if: $RUN_CYPRESS
|
||||
interruptible: true
|
||||
|
||||
image: cypress/base:18.12.1
|
||||
cache: *front_cache
|
||||
before_script:
|
||||
- cd front
|
||||
- yarn install
|
||||
|
|
Ładowanie…
Reference in New Issue