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 1d0777e commit 82ccae2Copy full SHA for 82ccae2
.github/workflows/e2e.yaml
@@ -65,13 +65,13 @@ jobs:
65
VERSION: ${COMMIT_SHORT_SHA}
66
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
67
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
68
+ E2E_SSH_HOST: ${{ steps.holodeck_public_dns_name.outputs.result }}
69
E2E_INSTALL_CTK: "true"
70
run: |
71
e2e_ssh_key=$(mktemp)
72
echo "$SSH_KEY" > "$e2e_ssh_key"
73
chmod 600 "$e2e_ssh_key"
74
export E2E_SSH_KEY="$e2e_ssh_key"
- export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
75
76
make -f tests/e2e/Makefile test
77
0 commit comments