Skip to content

Commit

Permalink
move sleep to top of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Jul 18, 2024
1 parent 218aff5 commit 5747ff9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
steps:
- run:
name: "Delay tests"
command: |
sleep 30
- checkout
- attach_workspace:
at: ~/
Expand Down Expand Up @@ -84,10 +88,6 @@ jobs:
when: on_fail
- store_artifacts:
path: testing/cypress/screenshots
- run:
name: "Delay tests"
command: |
sleep 30
deploy:
docker:
- image: cimg/base:stable
Expand Down

0 comments on commit 5747ff9

Please sign in to comment.