Skip to content

Commit

Permalink
GHI #32 Debug GitHub Actions (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Jul 8, 2024
1 parent 383f6a7 commit 1617423
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_reusable-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@ jobs:
find test/working -type f -name "*.profraw" -print0 | xargs -0 ${prefix}llvm-profdata merge -output=patomic.profdata
# debug: print everything
ls -a
apt install tree
echo "tree ."
tree .
echo "tree test/working"
tree test/working
# convert profdata to lcov tracefile, and copy to upload
lib_files=(libpatomic.*) # matches shared/static lib files and symlinks
Expand Down

0 comments on commit 1617423

Please sign in to comment.