ci: Only run integration test if explicitly requested
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
parent
6f282f984d
commit
6abaab9290
|
@ -314,9 +314,13 @@ build_metadata:
|
||||||
- docker-bake.front.json
|
- docker-bake.front.json
|
||||||
|
|
||||||
test_integration:
|
test_integration:
|
||||||
interruptible: true
|
|
||||||
stage: test
|
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:
|
before_script:
|
||||||
- cd front
|
- cd front
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
Loading…
Reference in New Issue