We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc51b3 commit f39761fCopy full SHA for f39761f
.github/workflows/build-check-install.yaml
@@ -540,10 +540,13 @@ jobs:
540
} fi
541
542
test_dir="tests/testthat/"
543
+ git version
544
+ git branch
545
+ git status
546
547
# Get the list of R files that have changed
548
# https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9
- files=$(git diff --name-only HEAD FETCH_HEAD -- $test_dir R/*.R)
549
+ files=$(git diff --name-only HEAD FETCH_HEAD -- "$test_dir"/*.R R/*.R)
550
551
if [ -z "$files" ]
552
then {
0 commit comments