File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments