Skip to content

Commit

Permalink
Use a different syntax for satisfying the yamllint gods
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 23, 2024
1 parent 714ff03 commit 0af5577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-ios-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
-resultBundlePath ${{ env.TEST_OUTPUT_DIRECTORY }}/xcode-test-report \
-derivedDataPath derived-data \
-destination "platform=iOS,id=$TEST_DEVICE_UDID" \
test-without-building 2>&1 #| xcbeautify --report junit \
test-without-building 2>&1 #| xcbeautify --report junit ^
--report-path ${{ env.TEST_OUTPUT_DIRECTORY }}/junit-test-report
shell: bash
working-directory: ${{ inputs.outputs_path }}/mullvadvpn-app/ios
Expand Down

0 comments on commit 0af5577

Please sign in to comment.