Skip to content
Snippets Groups Projects
Commit cb0a5ec5 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Add artifacts

parent 7238b2a4
No related branches found
No related tags found
2 merge requests!147Production Release | nshmp-apps,!143Cypress tests
...@@ -167,6 +167,9 @@ NPM Audit: ...@@ -167,6 +167,9 @@ NPM Audit:
#### ####
Build Project: Build Project:
artifacts:
paths:
- .angular
image: ${DEVOPS_REGISTRY}usgs/node:16 image: ${DEVOPS_REGISTRY}usgs/node:16
needs: needs:
- Init - Init
...@@ -216,6 +219,7 @@ End to End Tests: ...@@ -216,6 +219,7 @@ End to End Tests:
image: cypress/base:16.14.0 image: cypress/base:16.14.0
needs: needs:
- Init - Init
- Build Project
parallel: parallel:
matrix: matrix:
- CMD: cy:run:dashboard - CMD: cy:run:dashboard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment