From 2a58b8e18924ed9b436426fa8cfdee98a7801382 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 12 Nov 2019 18:48:15 +0300 Subject: [PATCH] Update angular.yml --- .github/workflows/angular.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index e9434aafda..ed5d26de08 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -1,7 +1,14 @@ -steps: -- uses: actions/checkout@v1 -- uses: actions/setup-node@v1 - with: - node-version: '10.x' -- run: npm install -- run: npm test +name: "Angular build and test action" +on: + pull_request: + paths: + - 'npm/ng-packs/**' +jobs: + 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