Skip to content
Snippets Groups Projects
Commit 6f23f37b authored by sunny-potato's avatar sunny-potato
Browse files

test cli

parent 817ca07a
No related branches found
No related tags found
No related merge requests found
Pipeline #192865 failed
...@@ -31,13 +31,13 @@ prettier: ...@@ -31,13 +31,13 @@ prettier:
- cd ../client - cd ../client
- ./node_modules/.bin/prettier --check src/* test/* - ./node_modules/.bin/prettier --check src/* test/*
typescript: # typescript:
stage: test # The typescript job will run in parallel with the prettier and test jobs # stage: test # The typescript job will run in parallel with the prettier and test jobs
script: # script:
- cd server # - cd server
- ./node_modules/.bin/tsc --noEmit --skipLibCheck # - ./node_modules/.bin/tsc --noEmit --skipLibCheck
- cd ../client # - cd ../client
- ./node_modules/.bin/tsc --noEmit --skipLibCheck # - ./node_modules/.bin/tsc --noEmit --skipLibCheck
test: test:
stage: test # The test job will run in parallel with the prettier and typescript jobs stage: test # The test job will run in parallel with the prettier and typescript jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment