From bc8210c987b73f6821780b81b52cd72437c55352 Mon Sep 17 00:00:00 2001 From: ijunaid Date: Thu, 24 Oct 2024 13:20:52 +0500 Subject: [PATCH] Updated scheme name --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2369c173..38195976 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -27,5 +27,5 @@ jobs: - name: Run Tests on iPhone 14 Simulator (iOS 16.0) run: | xcodebuild test \ - -scheme 'Requestify' \ + -scheme 'CountlyTests' \ -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' \ No newline at end of file