|
|
@ -17,29 +17,25 @@ jobs:
|
|
|
|
templates/app/angular/node_modules
|
|
|
|
templates/app/angular/node_modules
|
|
|
|
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
|
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
|
|
|
|
|
|
|
|
|
|
|
# - uses: actions/setup-node@v1
|
|
|
|
|
|
|
|
# with:
|
|
|
|
|
|
|
|
# node-version: '12.x'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install packages
|
|
|
|
- name: Install packages
|
|
|
|
run: yarn install
|
|
|
|
run: yarn install
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Run lint
|
|
|
|
- name: Run lint
|
|
|
|
# run: yarn ng lint
|
|
|
|
run: yarn ng lint
|
|
|
|
# working-directory: npm/ng-packs
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Run prepare workspace
|
|
|
|
- name: Run prepare workspace
|
|
|
|
# run: yarn prepare:workspace
|
|
|
|
run: yarn prepare:workspace
|
|
|
|
# working-directory: npm/ng-packs
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Run test
|
|
|
|
- name: Run test
|
|
|
|
# run: yarn ci:test
|
|
|
|
run: yarn ci:test
|
|
|
|
# working-directory: npm/ng-packs
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
|
|
|
|
|
|
|
|
# - name: Build dev-app
|
|
|
|
- name: Build dev-app
|
|
|
|
# run: yarn build --prod
|
|
|
|
run: yarn build --prod
|
|
|
|
# working-directory: npm/ng-packs
|
|
|
|
working-directory: npm/ng-packs
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install packages of app template
|
|
|
|
- name: Install packages of app template
|
|
|
|
run: yarn install
|
|
|
|
run: yarn install
|
|
|
|