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