You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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