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.
2 parents cb172ba + 9f82e91 commit 1d0777eCopy full SHA for 1d0777e
.github/workflows/e2e.yaml
@@ -65,6 +65,7 @@ jobs:
65
VERSION: ${COMMIT_SHORT_SHA}
66
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
67
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
68
+ E2E_INSTALL_CTK: "true"
69
run: |
70
e2e_ssh_key=$(mktemp)
71
echo "$SSH_KEY" > "$e2e_ssh_key"
0 commit comments