Skip to content

Commit 2465caa

Browse files
rgarciacursoragent
andcommitted
fix: remove hard-coded CLI branch from e2e install test
The koanf-yaml-config branch was accidentally left in the workflow, causing the e2e test to build the CLI from that branch instead of installing the latest release. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0a8b795 commit 2465caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install dependencies
113113
run: brew list caddy &>/dev/null || brew install caddy
114114
- name: Run E2E install test
115-
run: CLI_BRANCH=koanf-yaml-config bash scripts/e2e-install-test.sh
115+
run: bash scripts/e2e-install-test.sh
116116
- name: Cleanup on failure
117117
if: failure()
118118
run: bash scripts/uninstall.sh || true

0 commit comments

Comments
 (0)