We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6ae75 commit a5bbbb1Copy full SHA for a5bbbb1
.github/workflows/dea-intertidal-image.yml
@@ -41,14 +41,14 @@ jobs:
41
run: |
42
docker-compose build
43
44
- - name: Run dockerized integration tests and copy outputs
+ - name: Run dockerized integration tests
45
46
# TEMPORARY: Download tide modelling files and unzip
47
wget --no-verbose https://www.dropbox.com/s/uemd8ib2vfw5nad/tide_models.zip?dl=1 -O tide_models.zip
48
unzip -q tide_models.zip
49
50
# Run integration tests using Docker
51
- 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
52
53
- name: Upload coverage reports to Codecov
54
uses: codecov/codecov-action@v3
0 commit comments