Skip to content

Commit 9ced254

Browse files
committed
Try to avoid overwriting app
1 parent f667121 commit 9ced254

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
@@ -101,9 +101,9 @@ jobs:
101101
--env AWS_ACCESS_KEY_ID \
102102
--env AWS_SECRET_ACCESS_KEY \
103103
--env AWS_SESSION_TOKEN \
104-
--volume ${GITHUB_WORKSPACE}:/app \
104+
--volume ${GITHUB_WORKSPACE}/tests:/app/tests \
105105
--volume ${GITHUB_WORKSPACE}/tide_models:/var/share/tide_models \
106-
dea_intertidal uv run --venv .venv pytest -v --cov=intertidal --cov-report=xml tests
106+
dea_intertidal uv run pytest -v --cov=intertidal --cov-report=xml tests
107107
108108
# Commit validation results produced by integration tests back into repo
109109
# (relies on having previously added a volume to access outputs outside of the container)

0 commit comments

Comments
 (0)