Skip to content

Commit 0af5577

Browse files
committed
Use a different syntax for satisfying the yamllint gods
1 parent 714ff03 commit 0af5577

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
@@ -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)