We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef37003 commit 141a39bCopy full SHA for 141a39b
.github/workflows/tests.yml
@@ -45,5 +45,5 @@ jobs:
45
- name: Integration Tests
46
run: |
47
cd examples/
48
- docker-compose build overview_srv
49
- docker-compose run overview_srv pytest --tb=short
+ docker compose build overview_srv
+ docker compose run overview_srv pytest --tb=short
0 commit comments