Skip to content

Commit 123af45

Browse files
committed
Modify documentation and path
1 parent ed42539 commit 123af45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ on:
248248
default: false
249249
fast-tests:
250250
description: |
251-
Should shinytests2 tests only run per modified teal module?
252-
If enabled if only there is a module modificated only that shinytest2 file will be tested.
251+
Should shinytests2 tests only run per modified module?
252+
If enabled and there is a module modificated only that shinytest2 file will be tested.
253253
Can be ignored if used [run-all-tests] on the commit message.
254254
required: false
255255
type: boolean
@@ -526,6 +526,7 @@ jobs:
526526
id: changed-files
527527
uses: tj-actions/changed-files@v45
528528
with:
529+
path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
529530
files: |
530531
tests/testthat/**.R
531532
R/**.R

0 commit comments

Comments
 (0)