Skip to content
Snippets Groups Projects
Verified Commit 763a4c09 authored by Birk Gustav Samson Stoveland's avatar Birk Gustav Samson Stoveland :speech_balloon:
Browse files

feat: add tests to ci

parent aa54a734
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ image: node ...@@ -3,6 +3,7 @@ image: node
stages: stages:
- build - build
- lint - lint
- test
build site: build site:
image: node image: node
...@@ -26,3 +27,9 @@ prettier: ...@@ -26,3 +27,9 @@ prettier:
script: script:
- npm i prettier - npm i prettier
- npm run-script prettier - npm run-script prettier
testing:
stage: test
script:
- npm i jest
- nprm run tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment