mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Minimize typescript CI
This commit is contained in:
parent
e0fa096bbb
commit
1f8719ee87
2 changed files with 2 additions and 9 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -67,14 +67,7 @@ jobs:
|
|||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- name: Install xvfb
|
||||
run: sudo apt-get install xvfb
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
- run: npm run vscode:prepublish
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
- run: xvfb-run --auto-servernum npm run travis
|
||||
working-directory: ./editors/code
|
||||
|
||||
- name: Cleanup xvfb
|
||||
uses: bcomnes/cleanup-xvfb@v1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
**
|
||||
!out/extension.ts
|
||||
!out/extension.js
|
||||
!package.json
|
||||
!package-lock.json
|
||||
|
|
Loading…
Reference in a new issue