Skip to content

Commit

Permalink
ci: Import from actions-sync, check carefully
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 14, 2024
1 parent fae813b commit 2a04712
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ jobs:
cache-version: rcc-smoke-2
needs: check, website
# Beware of using dev pkgdown here, has brought in dev dependencies in the past
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown local::.
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler pkgdown deps::.

- name: Install package
run: |
R CMD INSTALL .
shell: bash

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down Expand Up @@ -110,7 +115,7 @@ jobs:
echo -n "${{ steps.commit.outputs.sha }}" > rcc-smoke-sha.txt
shell: bash
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: rcc-smoke-sha
path: rcc-smoke-sha.txt
Expand Down

0 comments on commit 2a04712

Please sign in to comment.