Skip to content

Commit

Permalink
Merge pull request #902 from ArangoGutierrez/reg_test06
Browse files Browse the repository at this point in the history
[no-relnote] set E2E_INSTALL_CTK to true during GH Actions E2E
  • Loading branch information
ArangoGutierrez authored Feb 6, 2025
2 parents cb172ba + 9f82e91 commit 1d0777e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
VERSION: ${COMMIT_SHORT_SHA}
SSH_KEY: ${{ secrets.AWS_SSH_KEY }}
E2E_SSH_USER: ${{ secrets.E2E_SSH_USER }}
E2E_INSTALL_CTK: "true"
run: |
e2e_ssh_key=$(mktemp)
echo "$SSH_KEY" > "$e2e_ssh_key"
Expand Down

0 comments on commit 1d0777e

Please sign in to comment.