Skip to content

Commit 1e9a683

Browse files
committed
actually download oops
1 parent 6f1ea64 commit 1e9a683

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/harness-aws-device.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,18 @@ jobs:
498498
name: ${{ env.HARNESS_IOS_IPA_ARTIFACT_NAME }}
499499
path: ${{ env.HARNESS_PROJECT_ROOT }}/ios/build/devicefarm
500500

501+
- name: Download Harness XCTest UI runner IPA artifact
502+
uses: actions/download-artifact@v4
503+
with:
504+
name: ${{ env.HARNESS_IOS_HARNESS_XCTEST_RUNNER_IPA_ARTIFACT_NAME }}
505+
path: ${{ env.HARNESS_PROJECT_ROOT }}/ios/build/devicefarm
506+
501507
- name: Verify iOS app artifact
502508
run: test -f ${{ env.HARNESS_IOS_APP_BUILD_OUTPUT }}
503509

510+
- name: Verify Harness XCTest UI runner IPA artifact
511+
run: test -f ${{ env.HARNESS_IOS_HARNESS_XCTEST_RUNNER_IPA_PATH }}
512+
504513
- name: Configure AWS credentials
505514
uses: aws-actions/configure-aws-credentials@v6
506515
with:

0 commit comments

Comments
 (0)