File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,7 @@ jobs:
523523 - name : Check only affected modules 🎯
524524 if : inputs.fast-tests == true
525525 run : |
526- # Set working directory where the git repo is
527- cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
526+ ls
528527
529528 # Exit early if tag is on commit message even if it set to true
530529 test_all=$( git log -1 --pretty=%B | grep -F "[run-all-tests]" )
@@ -540,7 +539,7 @@ jobs:
540539 # https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9
541540 files=$(git diff --name-only HEAD FETCH_HEAD -- $test_dir R/*.R)
542541
543- if [ -n "files" ]
542+ if [ -n "$ files" ]
544543 then {
545544 echo "No R files affected: test everything."
546545 exit 0
You can’t perform that action at this time.
0 commit comments