summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-07-24 19:40:30 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-07-27 13:02:08 +0300
commit98dc865db4b00f12bec224aedf41367d87c4395b (patch)
treefd18e2d2b0718cbc7a74cb962660167c4f2156bd
parent497e44f543a6c41db56a72bc8743f36cf5cca837 (diff)
downloadapscheduler-98dc865db4b00f12bec224aedf41367d87c4395b.tar.gz
Switched to using compose v2 in the GitHub workflow
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c954737..b869cc1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Start external services
- run: docker-compose up -d
+ run: docker compose up -d
- name: Install the project and its dependencies
run: pip install -e .[test]
- name: Test with pytest