Skip to content
Snippets Groups Projects
Verified Commit 8b19cd2a authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

fix: simplify testing

parent a5072045
No related branches found
No related tags found
No related merge requests found
Pipeline #145953 passed
......@@ -9,12 +9,7 @@ test:
image: "node:18-alpine"
script:
- "npm install"
- "npm run test -- --parallel --reporter mocha-junit-reporter --reporter-options mochaFile=junit.xml"
artifacts:
when: always
reports:
junit:
- junit.xml
- "npm run test -- --parallel"
build_docker_main:
needs: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment