Skip to content

Commit 141a39b

Browse files
committed
Update the docker compose command for the integration tests
Github no longer support the `docker-compose` command. They have moved to the `docker compose` version instead
1 parent ef37003 commit 141a39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
- name: Integration Tests
4646
run: |
4747
cd examples/
48-
docker-compose build overview_srv
49-
docker-compose run overview_srv pytest --tb=short
48+
docker compose build overview_srv
49+
docker compose run overview_srv pytest --tb=short

0 commit comments

Comments
 (0)