Skip to content

Commit

Permalink
Update github actions (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison authored Sep 23, 2024
1 parent e0289bb commit dce4de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Start postgres for pytest-django test(s)
run: |
docker-compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
docker compose -f tests/workarounds/pytest_django/docker-compose.yml up -d
shell: bash
- name: Install dependencies
run: |
Expand Down

0 comments on commit dce4de2

Please sign in to comment.