Skip to content

Commit 5659297

Browse files
committed
fix: ci
1 parent 16979ac commit 5659297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: sudo apt update && sudo apt install -y libsmbclient-dev libsmbclient
1616
- name: Setup containers
17-
run: docker-compose -f "tests/docker-compose.yml" up -d --build
17+
run: docker compose -f "tests/docker-compose.yml" up -d --build
1818
- name: Setup nightly toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: sudo apt update && sudo apt install -y libsmbclient-dev libsmbclient
1616
- name: Setup containers
17-
run: docker-compose -f "tests/docker-compose.yml" up -d --build
17+
run: docker compose -f "tests/docker-compose.yml" up -d --build
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
toolchain: stable

0 commit comments

Comments
 (0)