Skip to content

Commit 38e23de

Browse files
author
Meher Kasam
committed
Clean up run_tests.yml
1 parent 20338ce commit 38e23de

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)