We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddbe16 commit 12ea4a2Copy full SHA for 12ea4a2
.github/workflows/ci.yaml
@@ -116,17 +116,11 @@ jobs:
116
- run: npm run lint
117
working-directory: ./editors/code
118
119
- - name: Start xvfb
120
- run: |
121
- sudo apt-get install xvfb
122
- set -e
123
- /usr/bin/Xvfb :10 -ac >> /tmp/Xvfb.out 2>&1 &
124
- disown -ar
125
-
126
- - run: npm test
127
- working-directory: ./editors/code
128
- env:
129
- DISPLAY: :10
+ - name: Run vscode tests
+ uses: GabrielBB/[email protected]
+ with:
+ run: npm test
+ working-directory: ./editors/code
130
131
- run: npm run package --scripts-prepend-node-path
132
0 commit comments