Skip to content

Commit 3694381

Browse files
committed
[NRL-1179] WIP Add some debug into build workflow
1 parent dbdc985 commit 3694381

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/daily-build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ jobs:
3939
run: make test
4040

4141
- name: Build Project
42-
run: make build
42+
run: |
43+
echo "PATH: ${PATH}"
44+
echo "HOME: ${HOME}"
45+
echo "python: $(which python)"
46+
echo "asdf: $(which asdf)"
47+
echo "/usr/local/bin: $(ls -la /usr/local/bin)"
48+
make build
4349
4450
- name: Configure Management Credentials
4551
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)