Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 24, 2024
1 parent a39c058 commit fa6b149
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nutshell-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- name: Check running containers
run: docker ps

- name: Curl on localhost:3338/v1/keys
run: curl http://localhost:3338/v1/keys
- name: Sleep 5 seconds and curl on localhost:3338/v1/keys
run: |
sleep 5
curl localhost:3338/v1/keys
- name: Checkout cashu-ts repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fa6b149

Please sign in to comment.