amis-rpc-design/node_modules/node-abort-controller/.github/workflows/test.yml
2023-10-07 19:42:30 +08:00

22 lines
357 B
YAML

name: Test
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.6.x
uses: actions/setup-node@v3
with:
node-version: 14.6.x
cache: "npm"
- run: npm ci
- run: npm test