Skip to content
Snippets Groups Projects
Commit afc715c3 authored by Even Gultvedt's avatar Even Gultvedt
Browse files

Added tests to CI pipeline

parent 2e592126
Branches
No related tags found
No related merge requests found
Pipeline #59736 passed
......@@ -12,8 +12,8 @@ variables:
before_script:
- cd server
- npm install
#- cd ../client
#- npm install
- cd ../client
- npm install
# Run JEST tests
run_tests:
......@@ -21,6 +21,5 @@ run_tests:
script:
- cd ../server
- npm test
- cd ../client/tests
- ls -a
- cd ../client
- npm test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment