Skip to content

Commit

Permalink
Merge pull request #782 from Felixmil/fix-#781
Browse files Browse the repository at this point in the history
add ' which prevents bash from treating the \ path separators as escapes
  • Loading branch information
gaborcsardi authored Feb 27, 2024
2 parents ff16c9c + 050646f commit 3d56b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
Expand Down

0 comments on commit 3d56b5d

Please sign in to comment.