got rid of testing stage (uh oh! bad!

This commit is contained in:
Carter 2025-04-17 13:47:34 -06:00
parent 5cfadcdb70
commit 497bd1e5ba

View file

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