Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Oct 9, 2024
1 parent da1a69f commit 98801f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
-e "GEOSPAAS_DB_USER=${GEOSPAAS_DB_USER}"
-e "GEOSPAAS_DB_PASSWORD=${GEOSPAAS_DB_PASSWORD}"
'harvesting_tests'
bash -c "pip install --upgrade -e /src && coverage run ./runtests.py && coverage combine"
bash -c "pip list && pip install --upgrade -e /src && coverage run ./runtests.py && coverage combine"
- name: 'Stop testing database'
run: docker stop "${{ env.GEOSPAAS_DB_HOST }}"
Expand Down

0 comments on commit 98801f4

Please sign in to comment.