Skip to content

Commit

Permalink
looking at trees
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 21, 2024
1 parent a452b09 commit 006ef85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/wipac-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ jobs:
cp "$random_file" "$dpath/histos/histo_$i.pkl"
done
done
- name: Look at filetree (before)
run: |
set -euo pipefail
tree /tmp/data/sim/
- name: Run script with matrix parameters
Expand Down Expand Up @@ -188,6 +192,11 @@ jobs:
echo "All tests passed."
- name: Look at filetree (after)
run: |
set -euo pipefail
tree /tmp/data/sim/
###########################################################################
# RELEASE
###########################################################################
Expand Down

0 comments on commit 006ef85

Please sign in to comment.