Mehmet Erim
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.github/workflows/angular.yml
|
|
|
@ -33,13 +33,13 @@ jobs: |
|
|
|
working-directory: npm/ng-packs |
|
|
|
|
|
|
|
- name: Run lint |
|
|
|
run: yarn affected:lint --base ${{ github.base_ref }} |
|
|
|
run: yarn affected:lint --base=remotes/origin/${{ github.base_ref }} |
|
|
|
working-directory: npm/ng-packs |
|
|
|
|
|
|
|
- name: Run build |
|
|
|
run: yarn affected:build --base ${{ github.base_ref }} |
|
|
|
run: yarn affected:build --base=remotes/origin/${{ github.base_ref }} |
|
|
|
working-directory: npm/ng-packs |
|
|
|
|
|
|
|
- name: Run test |
|
|
|
run: yarn affected:test --base ${{ github.base_ref }} |
|
|
|
run: yarn affected:test --base=remotes/origin/${{ github.base_ref }} |
|
|
|
working-directory: npm/ng-packs |
|
|
|
|