Skip to content

Commit

Permalink
Try new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 1, 2024
1 parent 38c4e31 commit 2dca8e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dea-coastlines-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2dca8e7

Please sign in to comment.