Skip to content

Commit 9c1bcf1

Browse files
committed
Add .env file in correct working directory
1 parent fbc45c0 commit 9c1bcf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cli-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: pnpm install
3737
- name: Create .env file
3838
run: echo "KILOCODE_POSTHOG_API_KEY=${{ secrets.POSTHOG_API_KEY }}" >> .env
39+
working-directory: cli
3940
- name: Build CLI
4041
run: pnpm run cli:bundle
4142
shell: bash

0 commit comments

Comments
 (0)