mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Minimize typescript CI
This commit is contained in:
parent
e0fa096bbb
commit
1f8719ee87
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -67,14 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
|
|
||||||
- name: Install xvfb
|
|
||||||
run: sudo apt-get install xvfb
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
working-directory: ./editors/code
|
working-directory: ./editors/code
|
||||||
- run: npm run vscode:prepublish
|
- run: npm run package --scripts-prepend-node-path
|
||||||
working-directory: ./editors/code
|
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.json
|
||||||
!package-lock.json
|
!package-lock.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user