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
Georg Krause 2023-06-21 10:04:50 +02:00 zatwierdzone przez Kasper Seweryn
rodzic 6f282f984d
commit 6abaab9290
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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