解决生成协议对象嵌套导致出现死循环的问题 #152
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test-parse | |
on: | |
[push,pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
env: | |
NODE_ENV: ci | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-node@v1 | |
with: | |
node-version: 12 | |
- run: npm install --dev | |
- run: npm run build | |
- run: node ./runTest.js |