We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f667121 commit 9ced254Copy full SHA for 9ced254
.github/workflows/dea-intertidal-image.yml
@@ -101,9 +101,9 @@ jobs:
101
--env AWS_ACCESS_KEY_ID \
102
--env AWS_SECRET_ACCESS_KEY \
103
--env AWS_SESSION_TOKEN \
104
- --volume ${GITHUB_WORKSPACE}:/app \
+ --volume ${GITHUB_WORKSPACE}/tests:/app/tests \
105
--volume ${GITHUB_WORKSPACE}/tide_models:/var/share/tide_models \
106
- dea_intertidal uv run --venv .venv pytest -v --cov=intertidal --cov-report=xml tests
+ dea_intertidal uv run pytest -v --cov=intertidal --cov-report=xml tests
107
108
# Commit validation results produced by integration tests back into repo
109
# (relies on having previously added a volume to access outputs outside of the container)
0 commit comments