File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,26 @@ jobs:
52
52
# https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
53
53
GITHUB_TOKEN : ${{ secrets.CI_GITHUB_TOKEN }}
54
54
55
- - name : extensions/vscode checks
56
- run : |
57
- cd extensions/vscode
58
- npx tsc --noEmit
59
-
60
55
- name : core install
61
56
run : |
62
57
cd core
63
58
npm ci
64
59
60
+ - name : gui install
61
+ run : |
62
+ cd gui
63
+ npm ci
64
+
65
+ - name : binary install
66
+ run : |
67
+ cd binary
68
+ npm ci
69
+
70
+ - name : extensions/vscode checks
71
+ run : |
72
+ cd extensions/vscode
73
+ npx tsc --noEmit
74
+
65
75
- name : core checks
66
76
run : |
67
77
cd core
@@ -71,21 +81,11 @@ jobs:
71
81
env :
72
82
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
73
83
74
- - name : gui install
75
- run : |
76
- cd gui
77
- npm ci
78
-
79
84
- name : gui checks
80
85
run : |
81
86
cd gui
82
87
npx tsc --noEmit
83
88
84
- - name : binary install
85
- run : |
86
- cd binary
87
- npm ci
88
-
89
89
- name : binary checks
90
90
run : |
91
91
cd binary
You can’t perform that action at this time.
0 commit comments