Skip to content

Commit 9e5ac3c

Browse files
committed
debug
1 parent 5ad0211 commit 9e5ac3c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656

5757
- name: make install
5858
run: |
59+
echo "Running id"
60+
id
61+
echo "Running pwd"
62+
pwd
63+
echo "Running env"
64+
env
65+
echo "Running make install"
5966
make install
6067
echo "These are env vars"
6168
echo "VAR1 is $VAR1"

0 commit comments

Comments
 (0)