From 2dca8e7b956e6aa18afb8f4f19db77b3ec33462d Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Thu, 1 Aug 2024 13:35:19 +1000 Subject: [PATCH] Try new paths --- .github/workflows/dea-coastlines-image.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dea-coastlines-image.yaml b/.github/workflows/dea-coastlines-image.yaml index 814c09b..92f5e7a 100644 --- a/.github/workflows/dea-coastlines-image.yaml +++ b/.github/workflows/dea-coastlines-image.yaml @@ -110,8 +110,8 @@ jobs: cp tests/README.md /mnt/artifacts/README.md " - # Copy out validation outputs produced by the integration tests and place them - # in correct output locations so they can be committed back into the repository - cp ./artifacts/validation.jpg ./tests/validation.jpg - cp ./artifacts/validation.csv ./tests/validation.csv + # Copy out validation outputs produced by integration tests and place them in + # correct locations on the Github runner so they can be committed back into repo + cp ./artifacts/stats_tests.png ./data/validation/processed/stats_tests.png + cp ./artifacts/stats_tests.csv ./data/validation/processed/stats_tests.csv cp ./artifacts/README.md ./tests/README.md \ No newline at end of file