We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48cc2c commit 3052e10Copy full SHA for 3052e10
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-20-01.sh
+ run: bash tests/labs/test-lab-20-01.sh
106
107
- name: Collect logs on failure
108
if: failure()
@@ -325,4 +325,4 @@ run: bash tests/labs/test-lab-20-01.sh
325
326
- name: Cleanup
327
if: always()
328
- 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