Skip to content

Commit

Permalink
Fix macOS tests bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 22, 2021
1 parent 68c845b commit 3ccbc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# avoid building unrelated products for testing by specifying the test product explicitly
swift build --product TokamakPackageTests
find .build -iname 'TokamakPackageTests*'
`xcrun --find xctest` .build/debug/TokamakPackageTests.xctest ||
`xcrun --find xctest` .build/*/debug/TokamakPackageTests.xctest ||
(cp -r /var/folders/*/*/*/*Tests . ; exit 1)
rm -rf Sources/TokamakGTKCHelpers/*.c
Expand Down

0 comments on commit 3ccbc98

Please sign in to comment.