Skip to content

Commit

Permalink
Try echoing what we're doing to help debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Feb 15, 2025
1 parent e98c0b1 commit 39bf95a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_save_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,8 @@ jobs:
run: |
cd ${RUNNER_WORKSPACE}/build-roadrunner
ctest --output-on-failure --verbose --extra-verbose --progress --tests-regex FromFile
if [ "${{ matrix.platform.os_type }}" == 'windows' ]; then
apt-get update
cp test/stabilization/savedState.rr ../${{ env.save_state_filename }}
cp test/stabilization/savedState.rr ${RUNNER_WORKSPACE}/${{ env.save_state_filename }}
echo "cp test/stabilization/savedState.rr ${RUNNER_WORKSPACE}/${{ env.save_state_filename }}"
ctest --output-on-failure --verbose --extra-verbose --progress --tests-regex LOAD_VALID_FILE
- name: Set artifacts path and name
Expand Down

0 comments on commit 39bf95a

Please sign in to comment.