We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eb9f7 commit d7dbfc6Copy full SHA for d7dbfc6
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-15-01.sh
+ run: bash tests/labs/test-lab-15-01.sh
106
107
- name: Collect logs on failure
108
if: failure()
@@ -334,4 +334,4 @@ run: bash tests/labs/test-lab-15-01.sh
334
335
- name: Cleanup
336
if: always()
337
- 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