Bump xvfb-action to fix Code tests

This commit is contained in:
Laurențiu Nicola 2021-12-01 12:52:24 +02:00
parent a59c1a0af0
commit df4d55bdea

View File

@ -125,12 +125,12 @@ jobs:
working-directory: ./editors/code working-directory: ./editors/code
- name: Run vscode tests - name: Run vscode tests
uses: GabrielBB/xvfb-action@v1.2 uses: GabrielBB/xvfb-action@v1.6
env: env:
VSCODE_CLI: 1 VSCODE_CLI: 1
with: with:
run: npm --prefix ./editors/code test run: npm test
# working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8 working-directory: ./editors/code
- run: npm run pretest - run: npm run pretest
working-directory: ./editors/code working-directory: ./editors/code