Skip to content
Snippets Groups Projects
Commit dbd876e0 authored by Jonny Ngo Luong's avatar Jonny Ngo Luong
Browse files

asd

parent 6b41e66e
No related branches found
No related tags found
No related merge requests found
Pipeline #120413 passed
......@@ -9,19 +9,14 @@ cache:
- client/node_modules/
- server/node_modules/
build:
build_and_test:
stage: build
before_script:
- npm --silent install
- cd server && npm --silent install
- pwd
- cd ../client && npm --silent install
script:
- npm build
test:
stage: test
script:
- cd server && npm test
- pwd
after_script:
- cd ../server && npm test
- cd ../client && npm test
\ No newline at end of file
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