Skip to content

Commit 1e280ef

Browse files
committed
use docker compose in tests
1 parent c650080 commit 1e280ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v3
4646
- name: Build images
47-
run: COMMAND="exit" docker-compose -f tests/docker-compose.yml up code
47+
run: COMMAND="exit" docker compose -f tests/docker-compose.yml up code

0 commit comments

Comments
 (0)