Skip to content

Commit 18bff47

Browse files
Corrected derived-data path
1 parent 5a8451f commit 18bff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-ios-e2e-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
6464
test-without-building 2>&1 #| xcbeautify --report junit --report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
6565
shell: bash
66-
working-directory: ${{ inputs.outputs_path }}
66+
working-directory: ${{ inputs.outputs_path }}/derived-data
6767
env:
6868
TEST_NAME: ${{ inputs.test_name }}
6969
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}

0 commit comments

Comments
 (0)