Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
undoing attempts to echo log files --- didn't work but have some other thoughts about #468
  • Loading branch information
carlhiggs authored Jul 25, 2024
1 parent fe47a30 commit 338588b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ jobs:

- name: Pull and launch GHSCI software and run tests
run: sudo docker compose -f .test-compose.yml run ghsci
- name: Retrieve and echo contents of log file
run: |
sudo docker cp ghsci:'/home/ghsci/process/data/_study_region_outputs/example_ES_Las_Palmas_2023/__Las Palmas de Gran Canaria__example_ES_Las_Palmas_2023_processing_log.txt' .
echo "log=$(cat '__Las Palmas de Gran Canaria__example_ES_Las_Palmas_2023_processing_log.txt')" >> $GITHUB_OUTPUT

0 comments on commit 338588b

Please sign in to comment.