Skip to content

Commit

Permalink
support --intelli-espower-loader option (#168)
Browse files Browse the repository at this point in the history
* support --intelli-espower-loader option

* feat: support espower option for test

* refactor: 整理代码

* chore: ci workflow change

Co-authored-by: mansonchor <mansonchor1987@gmail.com>
  • Loading branch information
onlylovermb and mansonchor authored Jan 21, 2022
1 parent 05dca7f commit 6403b4a
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 493 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/linux-10.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/linux-12.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/linux-14.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/linux-8.yml

This file was deleted.

44 changes: 44 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 2 * * *'

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
node-version: [8, 10, 12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout Git Source
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm i -g npminstall && npminstall

- name: Continuous Integration
run: npm run ci

- name: Code Coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
40 changes: 0 additions & 40 deletions .github/workflows/osx-10.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/osx-12.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/osx-14.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/osx-8.yml

This file was deleted.

Loading

0 comments on commit 6403b4a

Please sign in to comment.