Skip to content

Commit

Permalink
Switched to docker compose in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 7, 2024
1 parent 642555f commit 79487d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: pip
cache-dependency-path: pyproject.toml
- name: Start external services
run: docker-compose up -d
run: docker compose up -d
- name: Install dependencies
run: pip install -e .[test]
- name: Test with pytest
Expand Down

0 comments on commit 79487d2

Please sign in to comment.