Skip to content

Commit

Permalink
Remove comment character
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 23, 2024
1 parent e88bd71 commit 0bf4fb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/run-ios-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ runs:

- name: Run end-to-end-tests
run: |
echo "$(cat $0)"
echo get relieved on
if [ -n "$TEST_NAME" ]; then
TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"
else
Expand All @@ -59,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 0bf4fb2

Please sign in to comment.