mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 14 additions and 7 deletions
@ -1,7 +1,14 @@ |
|||||
steps: |
name: "Angular build and test action" |
||||
- uses: actions/checkout@v1 |
on: |
||||
- uses: actions/setup-node@v1 |
pull_request: |
||||
with: |
paths: |
||||
node-version: '10.x' |
- 'npm/ng-packs/**' |
||||
- run: npm install |
jobs: |
||||
- run: npm test |
triage: |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: actions/checkout@v1 |
||||
|
- uses: actions/setup-node@v1 |
||||
|
with: |
||||
|
node-version: '10.x' |
||||
|
- run: cd npm/ng-packs && npm install |
||||
|
|||||
Loading…
Reference in new issue