temporarily disabled test

This commit is contained in:
Carter 2024-10-21 15:08:48 -06:00
parent 8506f5ff9c
commit 7873310412
3 changed files with 401 additions and 14 deletions

View file

@ -238,17 +238,17 @@ dependencies:development:
paths:
- node_modules/
test:development:
image: node:$NODE_VERSION
stage: setup
dependencies:
- dependencies:development
only:
- dev_environment
before_script:
- npm run lint
script:
- CI=true npm run test
# test:development:
# image: node:$NODE_VERSION
# stage: setup
# dependencies:
# - dependencies:development
# only:
# - dev_environment
# before_script:
# - npm run lint
# script:
# - CI=true npm run test
setup:development:
image: node:$NODE_VERSION