Skip to content

Commit

Permalink
Modify documentation and path
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Feb 7, 2025
1 parent ed42539 commit 123af45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ on:
default: false
fast-tests:
description: |
Should shinytests2 tests only run per modified teal module?
If enabled if only there is a module modificated only that shinytest2 file will be tested.
Should shinytests2 tests only run per modified module?
If enabled and there is a module modificated only that shinytest2 file will be tested.
Can be ignored if used [run-all-tests] on the commit message.
required: false
type: boolean
Expand Down Expand Up @@ -526,6 +526,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v45
with:
path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
files: |
tests/testthat/**.R
R/**.R
Expand Down

0 comments on commit 123af45

Please sign in to comment.