Skip to content
Snippets Groups Projects

Cypress tests

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -167,6 +167,9 @@ NPM Audit:
####
Build Project:
artifacts:
paths:
- .angular
image: ${DEVOPS_REGISTRY}usgs/node:16
needs:
- Init
@@ -216,6 +219,7 @@ End to End Tests:
image: cypress/base:16.14.0
needs:
- Init
- Build Project
parallel:
matrix:
- CMD: cy:run:dashboard
Loading