Skip to content

Commit

Permalink
Bringing in template shinytests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 7, 2024
1 parent b1b1601 commit 3c59e8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/shiny-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
automatedTests:
runs-on: ${{ matrix.config.os }}

name: shiny-tests
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
Expand All @@ -29,7 +29,6 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: 4.2.1
use-public-rspm: true

- name: Cache R packages
Expand All @@ -56,7 +55,7 @@ jobs:
- name: Run tests
shell: Rscript {0}
run: |
run_tests_locally()
shiny::runTests(".", assert = TRUE)
- name: Upload test results
if: failure()
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 3c59e8f

Please sign in to comment.