Skip to content

Commit df45d12

Browse files
committed
fix(ci): correct indentation of run: step in lab-01-smoke job
1 parent 81820c3 commit df45d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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-05-01.sh
105+
run: bash tests/labs/test-lab-05-01.sh
106106

107107
- name: Collect logs on failure
108108
if: failure()

0 commit comments

Comments
 (0)