Skip to content

Commit

Permalink
fix in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Dec 6, 2023
1 parent f3edf45 commit 569d876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-pandoc@master

- uses: r-lib/actions/setup-r-dependencies@master
Expand All @@ -54,7 +54,7 @@ jobs:
if: always()
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 569d876

Please sign in to comment.