Skip to content

Commit 25ce19d

Browse files
committed
Add some more info to help debug what is happening
1 parent 9d31c30 commit 25ce19d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,12 +518,13 @@ jobs:
518518
- name: Check only affected modules 🎯
519519
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'
520520
run: |
521-
echo pwd
522-
523521
# Set working directory where the git repo is
524522
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
525523
524+
# Debugging
525+
pwd
526526
ls -lh
527+
git branch
527528
528529
# Get the list of R files that have changed
529530
files=$(git diff --name-only main.. -- tests/* R/*.R)

0 commit comments

Comments
 (0)