Skip to content

Commit

Permalink
Change path of testthat
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Nov 14, 2024
1 parent b085462 commit c8857ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ jobs:
- name: Show testthat output (windows)
if: always() && runner.os == 'Windows'
run: |
type ${{ steps.build-install-check.outputs.check-dir }}\tests\testthat\testthat.Rout
type ${{ steps.build-install-check.outputs.check-dir }}\tests\testthat.Rout
shell: cmd

- name: Show testthat output (non-windows)
if: always() && runner.os != 'Windows'
run: |
cat ${{ steps.build-install-check.outputs.check-dir }}/tests/testthat/testthat.Rout
cat ${{ steps.build-install-check.outputs.check-dir }}/tests/testthat.Rout
shell: bash

- name: Upload check results
Expand Down

0 comments on commit c8857ff

Please sign in to comment.