mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Run npm travis through xvfb-run
This commit is contained in:
parent
ec5cde9149
commit
396853defb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
||||||
working-directory: ./editors/code
|
working-directory: ./editors/code
|
||||||
- run: npm run vscode:prepublish
|
- run: npm run vscode:prepublish
|
||||||
working-directory: ./editors/code
|
working-directory: ./editors/code
|
||||||
- run: npm run travis
|
- run: xvfb-run --auto-servernum npm run travis
|
||||||
working-directory: ./editors/code
|
working-directory: ./editors/code
|
||||||
- name: Cleanup xvfb
|
- name: Cleanup xvfb
|
||||||
uses: bcomnes/cleanup-xvfb@v1
|
uses: bcomnes/cleanup-xvfb@v1
|
||||||
|
|
Loading…
Reference in a new issue