Skip to content

Commit

Permalink
debugging github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Apr 26, 2024
1 parent 7a4129f commit 6ed3a2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/candidate/build/Run
for file in output_${{ matrix.configuration }}/HYDRO_RST.*; do\
echo "FILE = ${file}" \
echo "DIR CHECK = $GITHUB_WORKSPACE/candidate/build/Run/$file" \
ls $GITHUB_WORKSPACE/candidate/build/Run/$file \
python ${GITHUB_WORKSPACE}/candidate/tests/utils/xrcmp.py \
--candidate $file \
--reference $GITHUB_WORKSPACE/candidate/build/Run/$file \
Expand All @@ -128,7 +131,7 @@ jobs:
for file in output_${{ matrix.configuration }}/RESTART.*; do\
python ${GITHUB_WORKSPACE}/candidate/tests/utils/xrcmp.py \
--candidate $file \
--reference $GITHUB_WORKSPACE/candidate/build/Run/output_${{ matrix.configuration }}/$file \
--reference $GITHUB_WORKSPACE/candidate/build/Run/$file \
--log_file $file_diff.txt \
--n_cores 1; \
done
Expand Down

0 comments on commit 6ed3a2a

Please sign in to comment.