Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Oct 25, 2023
1 parent 2d48ab0 commit 3e99e41
Show file tree
Hide file tree
Showing 37 changed files with 200 additions and 10,850 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- v16
paths-ignore:
- "**/*.md"
pull_request:
Expand All @@ -28,6 +27,11 @@ jobs:
with:
node-version: '18'
check-latest: false
- name: angular build cache
uses: actions/cache@v3
with:
path: ./.angular
key: angular-cache
- name: node_modules cache
uses: actions/cache@v3
id: node_modules_cache
Expand Down Expand Up @@ -85,14 +89,6 @@ jobs:
run: |
npm run build:jasmine
npm run test:node
#- name: ng-build yarn install
# run: |
# cd ./test/ng-build
# yarn --prefer-offline
#- name: ng-build prerender
# run: |
# cd ./test/ng-build
# yarn prerender
browser:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -205,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish (NPM)
needs: ['build', 'test', 'browser']
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v16' || github.event_name == 'release' }}
if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
steps:
- name: Setup node
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 3e99e41

Please sign in to comment.