Skip to content
Snippets Groups Projects
Commit 3dea03cd authored by shirajuki's avatar shirajuki
Browse files

asd

parent bbae3ef5
No related branches found
No related tags found
No related merge requests found
Pipeline #120431 canceled
Showing
with 35226 additions and 35238 deletions
image: node:14.16.0-alpine image: node:14.16.0-alpine
stages: stages:
- install - install
- build - build_and_test
- test - test
variables: variables:
...@@ -24,29 +24,17 @@ install: ...@@ -24,29 +24,17 @@ install:
- package-lock.json - package-lock.json
build: build:
stage: build stage: build_and_test
artifacts:
paths:
- client/node_modules/
- server/node_modules/
script: script:
- npm build - npm build
server_test: server_test:
stage: test stage: build_and_test
artifacts:
paths:
- client/node_modules/
- server/node_modules/
script: script:
- cd server && npm test - cd server && npm test
client_test: client_test:
stage: test stage: build_and_test
artifacts:
paths:
- client/node_modules/
- server/node_modules/
before_script: before_script:
- apk add chromium - apk add chromium
- export CHROME_BIN=/usr/bin/chromium-browser - export CHROME_BIN=/usr/bin/chromium-browser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment