Skip to content

Commit 1d0777e

Browse files
Merge pull request #902 from ArangoGutierrez/reg_test06
[no-relnote] set E2E_INSTALL_CTK to true during GH Actions E2E
2 parents cb172ba + 9f82e91 commit 1d0777e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
VERSION: ${COMMIT_SHORT_SHA}
6666
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
6767
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
68+
E2E_INSTALL_CTK: "true"
6869
run: |
6970
e2e_ssh_key=$(mktemp)
7071
echo "$SSH_KEY" > "$e2e_ssh_key"

0 commit comments

Comments
 (0)