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 6e0897f commit 67c43fcCopy full SHA for 67c43fc
.github/workflows/build-check-install.yaml
@@ -523,7 +523,9 @@ jobs:
523
- name: Check only affected modules 🎯
524
if: inputs.fast-tests == true
525
run: |
526
+ cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
527
ls
528
+ pwd
529
530
# Exit early if tag is on commit message even if it set to true
531
test_all=$( git log -1 --pretty=%B | grep -F "[run-all-tests]" )
0 commit comments