Skip to content

Commit d7dbfc6

Browse files
committed
fix(ci): correct indentation of run: step in lab-01-smoke job
1 parent 91eb9f7 commit d7dbfc6

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-15-01.sh
105+
run: bash tests/labs/test-lab-15-01.sh
106106

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

335335
- name: Cleanup
336336
if: always()
337-
run: docker compose -f docker/docker-compose.production.yml down -v
337+
run: docker compose -f docker/docker-compose.production.yml down -v

0 commit comments

Comments
 (0)