Skip to content

Commit 3052e10

Browse files
committed
fix(ci): correct indentation of run: step in lab-01-smoke job
1 parent f48cc2c commit 3052e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
docker compose -f docker/docker-compose.standalone.yml ps
103103
104104
- name: Run Lab 01 test script
105-
run: bash tests/labs/test-lab-20-01.sh
105+
run: bash tests/labs/test-lab-20-01.sh
106106

107107
- name: Collect logs on failure
108108
if: failure()
@@ -325,4 +325,4 @@ run: bash tests/labs/test-lab-20-01.sh
325325

326326
- name: Cleanup
327327
if: always()
328-
run: docker compose -f docker/docker-compose.production.yml down -v
328+
run: docker compose -f docker/docker-compose.production.yml down -v

0 commit comments

Comments
 (0)