Skip to content

Commit

Permalink
✅ add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuno-fukuda committed Nov 13, 2023
1 parent 99a4812 commit 73f1596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}

- name: Cargo run
run: cargo run
run: cargo run & sleep 180

- name: Run API tests
run: |
Expand Down

0 comments on commit 73f1596

Please sign in to comment.