File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
- run : npm ci
111
111
working-directory : ./editors/code
112
112
113
- - run : npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
113
+ - run : npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
114
114
working-directory : ./editors/code
115
115
116
116
- run : npm run lint
@@ -119,8 +119,8 @@ jobs:
119
119
- name : Run vscode tests
120
120
121
121
with :
122
- run : npm test
123
- working-directory : ./editors/code
122
+ run : npm --prefix ./editors/code test
123
+ # working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8
124
124
125
125
- run : npm run package --scripts-prepend-node-path
126
126
working-directory : ./editors/code
You can’t perform that action at this time.
0 commit comments