Skip to content
Snippets Groups Projects
Commit 3ca98130 authored by Andreas Kluge Svendsrud's avatar Andreas Kluge Svendsrud
Browse files

Merge branch 'feat/workflow-check-vitests' into 'main'

Updated workflow so that unit test and lint are two different stages

See merge request !48
parents 6d9429d3 3e5cd013
No related branches found
No related tags found
1 merge request!48Updated workflow so that unit test and lint are two different stages
Pipeline #280104 canceled
......@@ -10,6 +10,7 @@ stages:
- install
- build
- test
- lint
install_dependencies:
stage: install
......@@ -48,7 +49,7 @@ vitest_unit-tests:
policy: pull
eslint_run-lint:
stage: test
stage: lint
script:
- npm ci
- npm run lint
......
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