Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jan 11, 2024
1 parent 87d7e41 commit 060b435
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,16 @@ jobs:
- name: Install Python dependencies
run: |
cd test_app
pwd
echo '#####'
ls
echo '#####'
pip install --upgrade pip
pip install -r requirements.txt
- name: Run migrations
run: |
cd test_app
pwd
echo '#####'
ls
echo '#####'
python manage.py makemigrations readux_ingest_ecds
python manage.py migrate
- name: Run Tests
run: |
cd test_app
pwd
echo '#####'
ls
echo '#####'
pytest tests/

0 comments on commit 060b435

Please sign in to comment.