We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10bdff commit 531b701Copy full SHA for 531b701
1 file changed
.github/workflows/test.yaml
@@ -64,6 +64,9 @@ jobs:
64
run: poetry install
65
env:
66
POETRY_VIRTUALENVS_CREATE: false
67
+ - uses: KengoTODA/actions-setup-docker-compose@v1
68
+ with:
69
+ version: '2.16.0'
70
- name: docker compose up
71
run: docker-compose up -d --wait
72
- name: Run pytest check
0 commit comments