Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 21, 2024
1 parent c2d20f6 commit 9e8e985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wipac-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- name: Look at dest filetree (before)
run: |
set -euo pipefail
tree ${{ matrix.dest_dir }}
tree ${{ matrix.dest_dir }} || echo "no files here"
- name: Run script
run: |
Expand Down

0 comments on commit 9e8e985

Please sign in to comment.