Skip to content

feat: 增加 62. 不同路径 #43

feat: 增加 62. 不同路径

feat: 增加 62. 不同路径 #43

Workflow file for this run

name: Test Coveralls Parallel
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install
run: npm install
- name: npm test
run: npm test
- name: Report Coveralls
uses: coverallsapp/github-action@v2