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
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,17 @@ test-jsonapi:
reports:
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:
stage: packaging
cache: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment