We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8451f commit 18bff47Copy full SHA for 18bff47
.github/actions/run-ios-e2e-tests/action.yml
@@ -63,7 +63,7 @@ runs:
63
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
64
test-without-building 2>&1 #| xcbeautify --report junit --report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
65
shell: bash
66
- working-directory: ${{ inputs.outputs_path }}
+ working-directory: ${{ inputs.outputs_path }}/derived-data
67
env:
68
TEST_NAME: ${{ inputs.test_name }}
69
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
0 commit comments