Skip to content

Commit 06dab28

Browse files
committed
Use a chevron instead of a pipe
1 parent 0af5577 commit 06dab28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
TEST_DEVICE_UDID: ${{ inputs.test_device_udid }}
4545

4646
- name: Run end-to-end-tests
47-
run: |
47+
run: >
4848
if [ -n "$TEST_NAME" ]; then
4949
TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"
5050
else
@@ -57,7 +57,7 @@ runs:
5757
-resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report \
5858
-derivedDataPath derived-data \
5959
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
60-
test-without-building 2>&1 #| xcbeautify --report junit ^
60+
test-without-building 2>&1 #| xcbeautify --report junit \
6161
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
6262
shell: bash
6363
working-directory: ${{ inputs.outputs_path }}/mullvadvpn-app/ios

0 commit comments

Comments
 (0)