mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 16:02:04 +00:00
Merge branch 'master' of https://github.com/mathuo/splitview into master
This commit is contained in:
commit
b2c1fe43d0
25
.github/workflows/main.yml
vendored
Normal file
25
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Node.js CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Use Node.js
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '12.x'
|
||||||
|
- run: npm install -g gulp
|
||||||
|
- run: npm install -g lerna
|
||||||
|
- run: lerna bootstrap
|
||||||
|
- run: npm run build
|
||||||
|
working-directory: ./packages/splitview
|
||||||
|
- run: npm test
|
||||||
|
- run: codecov
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
CODECOV_TOKEN: deb138e8-93c4-441d-a6c7-e341ac9f2838
|
Loading…
Reference in New Issue
Block a user