Skip to content

Commit 0a082cb

Browse files
committed
More debug
1 parent 6fe2008 commit 0a082cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |
4949
git diff --name-only HEAD~1...HEAD
5050
python3 .ci/compute_projects.py
51+
- name: Interpreter
52+
run: |
53+
ps -p $$ | awk '$1 != "PID" {print $(NF)}'
5154
- name: Debug2
5255
run: |
5356
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)

0 commit comments

Comments
 (0)