From a5a338665abdddffad500e7bba637f1dad72ee33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gon=C3=A7alves?= Date: Thu, 18 Apr 2024 10:26:32 -0300 Subject: [PATCH] ci: fix scheme in test action --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6128eba..b9a70f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,4 +32,4 @@ jobs: - name: Run tests run: | cd Example - xcodebuild test -workspace TikiClient.xcworkspace -scheme TikiClientExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' \ No newline at end of file + xcodebuild test -workspace TikiClient.xcworkspace -scheme TikiClient-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14' \ No newline at end of file