From 3ccbc98a2d70f3ea7d4e3a4e9a4d7aa2ccb49e6e Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 22 Nov 2021 19:25:03 +0100 Subject: [PATCH] Fix macOS tests bundle path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 184a583ba..92dd1713e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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