mirror of
https://github.com/mathuo/dockview
synced 2025-03-12 17:02:04 +00:00
Create main.yml
This commit is contained in:
parent
272ecb68ab
commit
f9eb31152f
23
.github/workflows/main.yml
vendored
Normal file
23
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: Node.js CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Use Node.js
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '14.x'
|
||||||
|
- run: npm install -g gulp
|
||||||
|
- run: npm install -g lerna
|
||||||
|
- run: cd packages/splitview
|
||||||
|
- run: npm run build
|
||||||
|
- run: cd ../../
|
||||||
|
- run: npm test
|
||||||
|
env:
|
||||||
|
CI: true
|
Loading…
Reference in New Issue
Block a user