mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel pipe
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: ./.github/actions/download-build-artifacts
|
||||
# - uses: ./.github/actions/download-build-artifacts
|
||||
# - uses: ./.github/actions/npm-check-bundle
|
||||
- name: Check npm bundle
|
||||
run: |
|
||||
|
||||
@@ -8,6 +8,8 @@ on:
|
||||
- master
|
||||
- develop-patch*
|
||||
- master-patch*
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
env:
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
|
||||
@@ -155,7 +155,6 @@ jobs:
|
||||
- name: release
|
||||
run: ./scripts/travis/release/release-npm.sh
|
||||
|
||||
|
||||
npm-check-bundle:
|
||||
needs: [npm-release]
|
||||
timeout-minutes: 10
|
||||
@@ -167,7 +166,4 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: ./.github/actions/download-build-artifacts
|
||||
- name: Check npm bundle
|
||||
run: |
|
||||
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
||||
- uses: ./.github/actions/npm-check-bundle
|
||||
Reference in New Issue
Block a user