Skip to content

Commit

Permalink
Update check-pak.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 22, 2024
1 parent a03ca8d commit 56b7770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Show testthat output
if: always()
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
run: find check -name 'tinytest.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload check results
Expand Down

0 comments on commit 56b7770

Please sign in to comment.