Skip to content

Commit f467a07

Browse files
actions: output bashrc for debugging
1 parent e44200a commit f467a07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_functional.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ jobs:
147147
- name: Add .github/bin/ to PATH
148148
# Sets up mocked mail command & any other custom executables
149149
# run: echo "${{ github.workspace }}/.github/bin" >> $GITHUB_PATH
150-
run: echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bashrc
150+
run: |
151+
echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bashrc
152+
cat ~/.bashrc
151153
152154
- name: Install
153155
run: |

0 commit comments

Comments
 (0)