Skip to content

Commit

Permalink
Fix ga
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Dec 11, 2023
1 parent 66e399c commit 95193ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- {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"}
- {os: ubuntu-latest, r: release}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,6 +34,10 @@ jobs:
r-version: ${{ matrix.config.r }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck, any::XML

- uses: r-lib/actions/setup-renv@v2

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

0 comments on commit 95193ad

Please sign in to comment.