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 e074773 commit 2d1570aCopy full SHA for 2d1570a
1 file changed
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
docker compose -f docker/docker-compose.standalone.yml ps
103
104
- name: Run Lab 01 test script
105
-run: bash tests/labs/test-lab-17-01.sh
+ run: bash tests/labs/test-lab-17-01.sh
106
107
- name: Collect logs on failure
108
if: failure()
@@ -328,4 +328,4 @@ run: bash tests/labs/test-lab-17-01.sh
328
329
- name: Cleanup
330
if: always()
331
- run: docker compose -f docker/docker-compose.production.yml down -v
+ run: docker compose -f docker/docker-compose.production.yml down -v
0 commit comments