Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 25, 2024
1 parent e6b5f8a commit 5775e86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2
if: runner.os != 'Windows'
with:
upload-snapshots: true

- name: R Check on Windows
uses: r-lib/actions/check-r-package@v2
if: runner.os == 'Windows'
with:
upload-snapshots: true
env:
Expand Down

0 comments on commit 5775e86

Please sign in to comment.