Skip to content

Commit ee967c6

Browse files
committed
Update ci.yml
1 parent 922424f commit ee967c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- name: Run sim
11-
run: SCENARIO="droplist --delay=15ms --bandwidth=10Mbps --queue=25" docker compose -f docker-compose.yml up -d --build
11+
run: SCENARIO="droplist --delay=15ms --bandwidth=10Mbps --queue=25" docker compose -f docker-compose.yml up sim -d --build
1212
- name: Wait for container to start
1313
run: sleep 5
1414
- name: Check if container is still running

0 commit comments

Comments
 (0)