Skip to content

Commit

Permalink
create partial folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 13, 2024
1 parent 1cd5bb9 commit 86b4750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
BINARIES=$(find ~/.derivedData -type f -name "*Tests")
PROF_DATA=$(find ~/.derivedData -name Coverage.profdata)
mkdir partial
for BINARY in "$BINARIES"; do
# Extract the base name of the binary without the path
BASE_NAME=$(basename "$BINARY")
Expand Down

0 comments on commit 86b4750

Please sign in to comment.