File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,22 +53,15 @@ jobs:
5353 if : ${{ matrix.installation_required }}
5454 run : sudo xcodes runtimes install "iOS ${{ matrix.sdk }}"
5555
56- - name : Build
57- run : |
58- xcodebuild \
59- -scheme "Listable-Package" \
60- -destination "platform=${{ env.TUIST_TEST_PLATFORM }} Simulator,OS=${{ matrix.sdk }},name=${{ env.TUIST_TEST_DEVICE }}" \
61- -sdk iphonesimulator build
62-
6356 - name : Install Tuist dependencies for Development
6457 run : tuist install --path Development/
6558
6659 - name : Test All
67- run : tuist test ListableDevelopment-Workspace --path Development/ --os ${{ matrix.sdk }} --result-bundle-path TestResult.xcresult
60+ run : tuist test ListableDevelopment-Workspace --path Development/ --platform ${{ env.TUIST_TEST_PLATFORM }} -- os ${{ matrix.sdk }} --device ${{ env.TUIST_TEST_DEVICE }} --result-bundle-path TestResult.xcresult
6861
6962 - name : Upload TestResult
7063 uses : actions/upload-artifact@v4
7164 if : ${{ failure() }}
7265 with :
7366 name : TestResult.xcresult
74- path : TestResult.xcresult
67+ path : TestResult.xcresult
You can’t perform that action at this time.
0 commit comments