Skip to content

Commit

Permalink
Fix github action check-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Dec 11, 2023
1 parent 50eb945 commit 66e399c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: release}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,8 +37,6 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
with:
profile: '"shiny"'

- uses: rstudio/shinytest2/actions/test-app@v1
with:
Expand Down

0 comments on commit 66e399c

Please sign in to comment.