Skip to content

Commit

Permalink
Update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 18, 2024
1 parent a653e0e commit 7919c00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/django_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
jobs:
deploy:
runs-on: "ubuntu-latest"
defaults:
run:
working-directory: ./bloom_nofos

permissions:
contents: "read"
Expand Down Expand Up @@ -59,5 +62,5 @@ jobs:
run: |
./cloud_sql_proxy ${{ secrets.GCP_CLOUD_CONNECTION_NAME }} &
- name: Run tests
- name: Run migration
run: poetry run python manage.py migrate

0 comments on commit 7919c00

Please sign in to comment.