Skip to content

Commit

Permalink
Merge pull request #375 from ror-community/api-v2-create
Browse files Browse the repository at this point in the history
fix dump env var in workflow
  • Loading branch information
lizkrznarich committed Mar 11, 2024
2 parents 625e3c2 + 2551b21 commit bb8e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup
working-directory: ./ror-api
run: |
python manage.py setup LATEST_DUMP_FILE -t
python manage.py setup $LATEST_DUMP_FILE -t
# Dump file temp hard coded for v2 beta
# Pulled from ror-data-test per settings.py config
- name: Test
Expand Down

0 comments on commit bb8e97a

Please sign in to comment.