Skip to content

Commit 370d356

Browse files
committed
Fix typo.
1 parent 78dc9a9 commit 370d356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: docker compose -f docker-compose-test.yml up --build --abort-on-container-exit
1515
- name: Wait for services to be ready
1616
run: sleep 10
17-
- name: docker compose down
17+
- name: Shutdown Docker Compose
18+
run: docker compose down
1819

1920

0 commit comments

Comments
 (0)