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:
110110 - run : npm ci
111111 working-directory : ./editors/code
112112
113- - run : npm audit # || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
113+ - run : npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; }
114114 working-directory : ./editors/code
115115
116116 - run : npm run lint
@@ -119,8 +119,8 @@ jobs:
119119 - name : Run vscode tests
120120121121 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
124124
125125 - run : npm run package --scripts-prepend-node-path
126126 working-directory : ./editors/code
You can’t perform that action at this time.
0 commit comments