We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0289bb commit dce4de2Copy full SHA for dce4de2
.github/actions/test/action.yaml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- name: Start postgres for pytest-django test(s)
7
run: |
8
- docker-compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
+ docker compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
9
shell: bash
10
- name: Install dependencies
11
0 commit comments