Skip to content

Commit 11f0f00

Browse files
committed
fixed package name
1 parent f53dd07 commit 11f0f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Run DataTracks
3939
run: |
4040
cd app
41-
cargo run --package data_tracks --bin data_tracks &
41+
cargo run --package data-tracks --bin data-tracks &
4242
4343
- name: Wait for API Url Action
4444
uses: Hardsix/action-wait-for-api@v2.0.2
4545
with:
46-
timeout: '600'
46+
timeout: '300'
4747
url: "http://localhost:2666/status"
4848
expected-response-field: "status"
4949

0 commit comments

Comments
 (0)