Skip to content

Commit

Permalink
I do have to change dirs?
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jan 11, 2024
1 parent 5e873c0 commit 9d4db27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ jobs:
- name: Install Python dependencies
run: |
cd test_app
pwd
pip install --upgrade pip
pip install -r requirements.txt
- name: Run migrations
run: |
cd test_app
pwd
python manage.py makemigrations readux_ingest_ecds
python mange.py migrate
- name: Run Tests
run: |
cd test_app
pwd
pytest tests/
30 changes: 0 additions & 30 deletions manage.py

This file was deleted.

0 comments on commit 9d4db27

Please sign in to comment.