We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53dd07 commit 11f0f00Copy full SHA for 11f0f00
.github/workflows/test.yaml
@@ -38,12 +38,12 @@ jobs:
38
- name: Run DataTracks
39
run: |
40
cd app
41
- cargo run --package data_tracks --bin data_tracks &
+ cargo run --package data-tracks --bin data-tracks &
42
43
- name: Wait for API Url Action
44
uses: Hardsix/action-wait-for-api@v2.0.2
45
with:
46
- timeout: '600'
+ timeout: '300'
47
url: "http://localhost:2666/status"
48
expected-response-field: "status"
49
0 commit comments