Skip to content

Commit a3fb4ec

Browse files
committed
ci: fix docker compose
1 parent 0406b09 commit a3fb4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-${{ matrix.node-version }}-modules-${{ hashFiles('**/yarn.lock') }}
3232

3333
- name: Init docker
34-
run: docker-compose up -d
34+
run: docker compose up -d
3535

3636
- name: Install
3737
run: yarn
@@ -40,4 +40,4 @@ jobs:
4040
run: yarn test
4141

4242
- name: Teardown docker
43-
run: docker-compose down
43+
run: docker compose down

0 commit comments

Comments
 (0)