Skip to content

Commit a09b308

Browse files
authored
xvfb-action fix
1 parent 12ea4a2 commit a09b308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
120120
uses: GabrielBB/[email protected]
121121
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

0 commit comments

Comments
 (0)