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: paths:
- node_modules/ - node_modules/
test:staging: # test:staging:
image: node:$NODE_VERSION # image: node:$NODE_VERSION
stage: setup # stage: setup
dependencies: # dependencies:
- dependencies:staging # - dependencies:staging
only: # only:
- staging_environment # - staging_environment
before_script: # before_script:
- npm run lint # - npm run lint
script: # script:
- CI=true npm run test # - CI=true npm run test
setup:staging: setup:staging:
image: node:$NODE_VERSION image: node:$NODE_VERSION