Skip to content

Commit a5bbbb1

Browse files
authored
Try verbose
1 parent 1d6ae75 commit a5bbbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dea-intertidal-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
run: |
4242
docker-compose build
4343
44-
- name: Run dockerized integration tests and copy outputs
44+
- name: Run dockerized integration tests
4545
run: |
4646
# TEMPORARY: Download tide modelling files and unzip
4747
wget --no-verbose https://www.dropbox.com/s/uemd8ib2vfw5nad/tide_models.zip?dl=1 -O tide_models.zip
4848
unzip -q tide_models.zip
4949
5050
# Run integration tests using Docker
51-
docker compose run dea_intertidal pytest --debug=trace --cov=intertidal --cov-report=xml tests
51+
docker compose run dea_intertidal pytest -v --cov=intertidal --cov-report=xml tests
5252
5353
- name: Upload coverage reports to Codecov
5454
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)