Skip to content

Commit dce4de2

Browse files
Update github actions (#90)
1 parent e0289bb commit dce4de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Start postgres for pytest-django test(s)
77
run: |
8-
docker-compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
8+
docker compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
99
shell: bash
1010
- name: Install dependencies
1111
run: |

0 commit comments

Comments
 (0)