Skip to content

Commit

Permalink
Fix sanity check for testing (now that we're trying to compile the pa…
Browse files Browse the repository at this point in the history
…ckage)
  • Loading branch information
schloerke committed Feb 11, 2025
1 parent 58c7b59 commit 4feb531
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages:
"local::."
needs: |
shinytest2-testing
extra-packages: |
local::.
# ## Suggested usage
# - name: Test app
Expand Down
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Suggests:
usethis,
vdiffr (>= 1.0.0),
spelling
Config/Needs/shinytest2-testing:
decor
Config/Needs/check:
rstudio/shiny,
bslib
Expand Down

0 comments on commit 4feb531

Please sign in to comment.