mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
412 B
24 lines
412 B
name: "Angular build and test action"
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'npm/ng-packs/**'
|
|
push:
|
|
paths:
|
|
- 'npm/ng-packs/**'
|
|
branches:
|
|
- master
|
|
- dev
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: borales/actions-yarn@v2.0.0
|
|
with:
|
|
node-version: '10.x'
|
|
- run: |
|
|
pwd
|
|
yarn
|
|
- run: pwd
|