Skip to content

Commit

Permalink
todo: implement test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Aug 12, 2024
1 parent 20955df commit 43a16d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
-scheme AptosKit \
-sdk macosx15.0 \
-destination 'platform=macOS,arch=arm64' \
-enableCodeCoverage YES | tee xcodebuild.log | xcpretty)
-enableCodeCoverage YES | tee xcodebuild.log)
# Extract the .xcresult path from the output
XCRESULT_PATH=$(echo "$TEST_OUTPUT" | grep -oE '/Users/[^\"]+\.xcresult')
Expand Down

0 comments on commit 43a16d1

Please sign in to comment.