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

test2 cli

parent 6f23f37b
No related branches found
No related tags found
No related merge requests found
Pipeline #192867 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