Browse Source

Update angular.yml

pull/9837/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
2c63a82920
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/angular.yml

6
.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

Loading…
Cancel
Save