mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Bump xvfb-action to fix Code tests
This commit is contained in:
parent
a59c1a0af0
commit
df4d55bdea
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -125,12 +125,12 @@ jobs:
|
|||
working-directory: ./editors/code
|
||||
|
||||
- name: Run vscode tests
|
||||
uses: GabrielBB/xvfb-action@v1.2
|
||||
uses: GabrielBB/xvfb-action@v1.6
|
||||
env:
|
||||
VSCODE_CLI: 1
|
||||
with:
|
||||
run: npm --prefix ./editors/code test
|
||||
# working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8
|
||||
run: npm test
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run pretest
|
||||
working-directory: ./editors/code
|
||||
|
|
Loading…
Reference in a new issue