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 9d31c30 commit 25ce19dCopy full SHA for 25ce19d
.github/workflows/build-check-install.yaml
@@ -518,12 +518,13 @@ jobs:
518
- name: Check only affected modules 🎯
519
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'
520
run: |
521
- echo pwd
522
-
523
# Set working directory where the git repo is
524
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
525
+ # Debugging
+ pwd
526
ls -lh
527
+ git branch
528
529
# Get the list of R files that have changed
530
files=$(git diff --name-only main.. -- tests/* R/*.R)
0 commit comments