Skip to content

Commit

Permalink
Set env variables above.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Mar 4, 2024
1 parent d541952 commit c328c82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_DOC_SIZES_: false

steps:
- uses: actions/checkout@v2
Expand All @@ -50,12 +53,7 @@ jobs:
eth-mds/mimic-demo
eth-mds/eicu-demo
nbenn/mockthat
any::qpdf
- uses: r-lib/actions/check-r-package@v2
env:
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_DOC_SIZES_: false
with:
upload-snapshots: true

0 comments on commit c328c82

Please sign in to comment.