Skip to content

Commit

Permalink
Update Test_WSL_Debian_12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 11, 2023
1 parent ba3f44c commit 1bb9a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Test_WSL_Debian_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@ jobs:
find . -type f \( ! -iname "*.log" ! -path "*/.dotfiles/logs/HEAD" \
! -path "*work/_temp/*" ! -path "./runners/*" \
! -path "./x/helix/target/release/.fingerprint/*" \
! -path "./.cargo/registry/index/*" \
! -path "./x/helix/target/release/build/helix-term*" \
! -path "./x/helix/target/.rustc_info.json" \
! -name ".wget-hsts" \) -print0 |
xargs -0 -I{} bash -c 'if ! diff "$1" "/tmp/old_home/$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}

0 comments on commit 1bb9a0c

Please sign in to comment.