We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdc985 commit 3694381Copy full SHA for 3694381
1 file changed
.github/workflows/daily-build.yml
@@ -39,7 +39,13 @@ jobs:
39
run: make test
40
41
- name: Build Project
42
- run: make build
+ 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
49
50
- name: Configure Management Credentials
51
uses: aws-actions/configure-aws-credentials@v4
0 commit comments