mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Bump xvfb-action to fix Code tests
This commit is contained in:
parent
a59c1a0af0
commit
df4d55bdea
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user