Skip to content

Commit

Permalink
fix test - 10 (too fast!)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 21, 2024
1 parent 1d74ce0 commit bf634b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wipac-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
touch "$dest_dataset_dir"/"$(basename "$dest_dataset_dir").histo.hdf5"
set +x
else
echo "nevermind :o)"
echo "no file made :o)"
fi
fi
Expand All @@ -256,6 +256,7 @@ jobs:
if [[ "${{ matrix.prev_histos_setting }}" == "overwrite" || "${{ matrix.prev_histos_setting }}" == "keep" ]]; then
oldest_modtime=$(find "$DEST_DIR" -name "*.histo.hdf5" -type f -exec stat --format='%Y' {} + | sort -n | head -1)
echo "OLD_FILE_MODTIME=$oldest_modtime" >> $GITHUB_ENV
sleep 5 # wait b/c the test can take < 1 sec
fi
- name: Look at src filetree (before)
Expand Down

0 comments on commit bf634b3

Please sign in to comment.