Skip to content

Commit ce2ed2c

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/daily-build.yml

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

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

0 commit comments

Comments
 (0)