Skip to content

Commit 3a443b8

Browse files
Update dev_pr.yaml
1 parent 9395830 commit 3a443b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dev_pr.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: extensions/vscode install
4848
run: |
49-
cd
49+
cd extensions/vscode
5050
npm ci
5151
env:
5252
# https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
@@ -68,10 +68,12 @@ jobs:
6868
npm ci
6969
npx tsc --noEmit
7070
npm run lint
71+
env:
72+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7173

7274
- name: gui install
7375
run: |
74-
cd
76+
cd gui
7577
npm ci
7678
7779
- name: gui checks
@@ -81,7 +83,7 @@ jobs:
8183
8284
- name: binary install
8385
run: |
84-
cd
86+
cd binary
8587
npm ci
8688
8789
- name: binary checks

0 commit comments

Comments
 (0)