Skip to content

Commit 6e0897f

Browse files
committed
Start from the beginning
1 parent a27ebdf commit 6e0897f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)