Skip to content

Commit

Permalink
testing sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Jul 19, 2024
1 parent 5747ff9 commit 836f550
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,20 @@ jobs:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
steps:
- run:
name: "Delay tests"
command: |
sleep 30
- checkout
- attach_workspace:
at: ~/
- run:
name: "Cypress - frontend tests"
command: |
sleep 120
cd testing
npm install
npm run cy:pipeline:frontEnd
- run:
name: "Cypress - frontend tests - rerun"
command: |
sleep 120
echo "I am the result of frontend tests failed job"
cd testing
npm install
Expand All @@ -81,6 +79,7 @@ jobs:
- run:
name: "Cypress - axe tests - rerun"
command: |
sleep 120
echo "I am the result of axe tests failed job"
cd testing
npm install
Expand Down

0 comments on commit 836f550

Please sign in to comment.