Skip to content

Commit c923b3d

Browse files
committed
Debugging
1 parent d6e6fbf commit c923b3d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/actions/e2e-tests/action.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ runs:
55
using: "composite"
66

77
steps:
8-
- name: Install poetry
8+
- name: Install poetry and e2e test dependencies
99
shell: bash
1010
run: |
1111
pipx install poetry
12-
echo "$HOME/.local/bin" >> $GITHUB_PATH
13-
14-
- name: Install e2e test dependencies
15-
shell: bash
16-
run: |
12+
echo $PATH
13+
echo $(find / -type f -executable -name poetry 2> /dev/null -print -quit)
1714
cd tests/e2e-tests && poetry install
1815
1916
- name: Run e2e tests
2017
shell: bash
2118
run: |
19+
export PATH="$HOME/.local/bin:$PATH"
2220
echo "$INTERNAL_DEV_TEST_PEM" > "${GITHUB_WORKSPACE}/internal-dev-test-1.pem"
2321
chmod 600 "${GITHUB_WORKSPACE}/internal-dev-test-1.pem"
2422
export PROXY_NAME=nhs-notify-supplier--internal-dev--nhs-notify-supplier

0 commit comments

Comments
 (0)