Skip to content
Snippets Groups Projects

Draft: Ci opt

Open Jan-Hendrik Willms requested to merge ci-opt into main
+ 5
3
@@ -40,7 +40,7 @@ stages:
install-composer:
- make composer-dev
configure-studip:
- !reference [.scripts install-composer]
- !reference [.scripts, install-composer]
- cp docker/studip/config_local.php config/config_local.inc.php
- cp config/config.inc.php.dist config/config.inc.php
initialize-studip-database:
@@ -306,7 +306,8 @@ test-jest:
image: $NODE_IMAGE
variables:
JS_TEST_REPORT: $REPORT_DIR/jest.xml
cache: !reference [.caches, npm]
cache:
- !reference [.caches, npm]
interruptible: true
before_script:
- !reference [.scripts, mkdir-reports]
@@ -383,7 +384,8 @@ test-assets:
- when: manual
needs: []
image: $NODE_IMAGE
cache: !reference [.caches, npm]
cache:
- !reference [.caches, npm]
interruptible: true
before_script:
- npm install
Loading