We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44200a commit f467a07Copy full SHA for f467a07
.github/workflows/test_functional.yml
@@ -147,7 +147,9 @@ jobs:
147
- name: Add .github/bin/ to PATH
148
# Sets up mocked mail command & any other custom executables
149
# run: echo "${{ github.workspace }}/.github/bin" >> $GITHUB_PATH
150
- run: echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bashrc
+ run: |
151
+ echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bashrc
152
+ cat ~/.bashrc
153
154
- name: Install
155
run: |
0 commit comments