From a69699f03f211bf834fc9b8c1a1c56dd0f5038d4 Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Mon, 15 Jul 2024 00:05:41 +1000 Subject: [PATCH] Find out whats going on --- .github/workflows/ios-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-tests.yml b/.github/workflows/ios-tests.yml index a9e6d319..9826191a 100644 --- a/.github/workflows/ios-tests.yml +++ b/.github/workflows/ios-tests.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build and Test - run: xcrun xcodebuild test -workspace . -scheme "Vexil-Package" -destination "platform=iOS Simulator,name=Any iOS Simulator Device" + run: xcrun xcodebuild -workspace . -list build-ios: runs-on: ubuntu-latest