Skip to content

Commit

Permalink
Change to platform settings
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 14, 2023
1 parent 060ae20 commit 50fd82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test (run in parallel)
run: |-
cd backend
pipenv run coverage run --concurrency=multiprocessing manage.py test --settings=pennmobile.settings.ci --parallel
pipenv run coverage run --concurrency=multiprocessing manage.py test --settings=Platform.settings.ci --parallel
pipenv run coverage combine
pipenv run coverage xml
- name: Upload Code Coverage
Expand Down

0 comments on commit 50fd82b

Please sign in to comment.