mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
Delete nodejs.yml
This commit is contained in:
parent
a782deefea
commit
97448f126a
27
.github/workflows/nodejs.yml
vendored
27
.github/workflows/nodejs.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
name: Node CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- staging
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Use latest Node.js
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: latest
|
|
||||||
- name: npm install, build, and test
|
|
||||||
run: |
|
|
||||||
npm install -g codecov
|
|
||||||
npm install
|
|
||||||
npm run start -- --testMode
|
|
||||||
npm run demo
|
|
||||||
npm run coverage
|
|
||||||
codecov
|
|
||||||
env:
|
|
||||||
CI: true
|
|
Loading…
Reference in New Issue
Block a user