Skip to content

Commit a321c99

Browse files
committed
chore: ci
1 parent 42a195e commit a321c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Build the stack
20-
run: docker-compose -f ./tests/db/docker-compose.yml up -d
20+
run: docker compose -f ./tests/db/docker-compose.yml up -d
2121

2222
- name: Set up toolchain
2323
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)