We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922424f commit ee967c6Copy full SHA for ee967c6
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- name: Run sim
11
- run: SCENARIO="droplist --delay=15ms --bandwidth=10Mbps --queue=25" docker compose -f docker-compose.yml up -d --build
+ run: SCENARIO="droplist --delay=15ms --bandwidth=10Mbps --queue=25" docker compose -f docker-compose.yml up sim -d --build
12
- name: Wait for container to start
13
run: sleep 5
14
- name: Check if container is still running
0 commit comments