Update readme (#12)

This commit is contained in:
吴晟 Wu Sheng
2022-01-26 07:57:17 +08:00
committed by GitHub
parent a9d48b8bac
commit 970989100b
2 changed files with 12 additions and 5 deletions

View File

@@ -33,14 +33,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build:
npm:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
@@ -55,3 +52,11 @@ jobs:
npm run test:unit
env:
CI: true
build:
runs-on: ubuntu-latest
timeout-minutes: 90
needs: [npm]
steps:
- name: To pass or not pass
run: echo "Just to make the GitHub merge button green"