mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
steps: |
|||
- uses: actions/checkout@v1 |
|||
- uses: actions/setup-node@v1 |
|||
with: |
|||
node-version: '10.x' |
|||
- run: npm install |
|||
- run: npm test |
|||
Loading…
Reference in new issue