Skip to content

Commit 79487d2

Browse files
committed
Switched to docker compose in the test workflow
1 parent 642555f commit 79487d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: pip
2323
cache-dependency-path: pyproject.toml
2424
- name: Start external services
25-
run: docker-compose up -d
25+
run: docker compose up -d
2626
- name: Install dependencies
2727
run: pip install -e .[test]
2828
- name: Test with pytest

0 commit comments

Comments
 (0)