Skip to content

Commit

Permalink
Try verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 20, 2023
1 parent 1d6ae75 commit a5bbbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dea-intertidal-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
run: |
docker-compose build
- name: Run dockerized integration tests and copy outputs
- name: Run dockerized integration tests
run: |
# TEMPORARY: Download tide modelling files and unzip
wget --no-verbose https://www.dropbox.com/s/uemd8ib2vfw5nad/tide_models.zip?dl=1 -O tide_models.zip
unzip -q tide_models.zip
# Run integration tests using Docker
docker compose run dea_intertidal pytest --debug=trace --cov=intertidal --cov-report=xml tests
docker compose run dea_intertidal pytest -v --cov=intertidal --cov-report=xml tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit a5bbbb1

Please sign in to comment.