Skip to content
Snippets Groups Projects
Commit b6a6ced9 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

test assets creation as part of the pipeline, re #606

Merge request studip/studip!1036
parent e75c08be
Branches
No related tags found
No related merge requests found
...@@ -195,6 +195,17 @@ test-jsonapi: ...@@ -195,6 +195,17 @@ test-jsonapi:
reports: reports:
junit: tests/_output/report.xml junit: tests/_output/report.xml
test-assets:
stage: tests
needs: []
cache: *npm-cache
allow_failure: false
interruptible: true
before_script:
- make npm
script:
- make webpack-dev
packaging: packaging:
stage: packaging stage: packaging
cache: [] cache: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment