Skip to content

Commit 3e99e41

Browse files
committed
cleanup
1 parent 2d48ab0 commit 3e99e41

37 files changed

+200
-10850
lines changed

.github/workflows/test.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- v16
87
paths-ignore:
98
- "**/*.md"
109
pull_request:
@@ -28,6 +27,11 @@ jobs:
2827
with:
2928
node-version: '18'
3029
check-latest: false
30+
- name: angular build cache
31+
uses: actions/cache@v3
32+
with:
33+
path: ./.angular
34+
key: angular-cache
3135
- name: node_modules cache
3236
uses: actions/cache@v3
3337
id: node_modules_cache
@@ -85,14 +89,6 @@ jobs:
8589
run: |
8690
npm run build:jasmine
8791
npm run test:node
88-
#- name: ng-build yarn install
89-
# run: |
90-
# cd ./test/ng-build
91-
# yarn --prefer-offline
92-
#- name: ng-build prerender
93-
# run: |
94-
# cd ./test/ng-build
95-
# yarn prerender
9692
9793
browser:
9894
runs-on: ${{ matrix.os }}
@@ -205,7 +201,7 @@ jobs:
205201
runs-on: ubuntu-latest
206202
name: Publish (NPM)
207203
needs: ['build', 'test', 'browser']
208-
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v16' || github.event_name == 'release' }}
204+
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
209205
steps:
210206
- name: Setup node
211207
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)