Skip to content

Commit

Permalink
Merge pull request #2034 from fecgov/feature/1925-3
Browse files Browse the repository at this point in the history
1925 - Remove video and lighthouse artifacts from e2e tests
  • Loading branch information
mjtravers authored Jul 2, 2024
2 parents 5691a1d + 9621a17 commit ea73e0b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,11 @@ jobs:
command: |
rm -rf /tmp/cypress
mkdir -p /tmp/cypress/results
mkdir -p /tmp/cypress/lighthouse
mkdir -p /tmp/cypress/videos
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/results/. /tmp/cypress/results
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/lighthouse/. /tmp/cypress/lighthouse
docker cp fecfile-web-app-e2e:/root/fecfile-web-app/front-end/cypress/videos/. /tmp/cypress/videos
docker rm fecfile-web-app-e2e
- store_artifacts:
path: /tmp/cypress/results
destination: cypress/results
- store_artifacts:
path: /tmp/cypress/lighthouse
destination: cypress/lighthouse
- store_artifacts:
path: /tmp/cypress/videos
destination: cypress/videos
deploy-job:
docker:
- image: cimg/node:20.4.0-browsers
Expand Down

0 comments on commit ea73e0b

Please sign in to comment.