Skip to content

Commit

Permalink
containers.yml - itempotency test: Exclude ".cargo/.global-cache/*"
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Aug 17, 2024
1 parent 72b6f35 commit 84e0f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ jobs:
! -path "./.cargo/registry/index/*" \
! -path "./x/helix/target/release/build/helix-term*" \
! -path "./x/helix/target/.rustc_info.json" \
! -path ".cargo/.global-cache/*"
! -name ".wget-hsts" \) -print0 |
xargs -0 -I{} bash -c 'if ! diff -C 30 "/tmp/old_home/$1" "$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}

0 comments on commit 84e0f1b

Please sign in to comment.