Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Aug 3, 2023
1 parent 6f43ba0 commit 416572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ jobs:
continue-on-error: true

- name: Show R CMD check logs 🔎
if: inputs.skip-r-cmd-check != 'true'
if: inputs.skip-r-cmd-check != true
run: |
find ${{ env.PKGNAME }}.Rcheck -type f -regextype posix-egrep \
-regex '.*00install.out|.*00check.log|.*00build.out' -print0 | while IFS= read -r -d $'\0' file; do
Expand Down

0 comments on commit 416572e

Please sign in to comment.