Skip to content

Commit 67c43fc

Browse files
committed
Set the working directory to the package
1 parent 6e0897f commit 67c43fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,9 @@ jobs:
523523
- name: Check only affected modules 🎯
524524
if: inputs.fast-tests == true
525525
run: |
526+
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
526527
ls
528+
pwd
527529
528530
# Exit early if tag is on commit message even if it set to true
529531
test_all=$( git log -1 --pretty=%B | grep -F "[run-all-tests]" )

0 commit comments

Comments
 (0)