Skip to content

Commit

Permalink
adding the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed May 2, 2024
1 parent 4939d4c commit 4b86bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run:
shell: bash -l {0}
steps:
- name: Sleep 2 minutes
run: sleep 120
- name: Curl
run: curl http://127.0.0.1:6900/api/docs
# - name: Checkout Code 🛎
Expand Down

0 comments on commit 4b86bfb

Please sign in to comment.