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
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ./.github/actions/download-build-artifacts
|
# - uses: ./.github/actions/download-build-artifacts
|
||||||
# - uses: ./.github/actions/npm-check-bundle
|
# - uses: ./.github/actions/npm-check-bundle
|
||||||
- name: Check npm bundle
|
- name: Check npm bundle
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop-patch*
|
- develop-patch*
|
||||||
- master-patch*
|
- master-patch*
|
||||||
|
schedule:
|
||||||
|
- cron: '0 8 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_REF: ${{ github.base_ref }}
|
BASE_REF: ${{ github.base_ref }}
|
||||||
|
|||||||
@@ -155,7 +155,6 @@ jobs:
|
|||||||
- name: release
|
- name: release
|
||||||
run: ./scripts/travis/release/release-npm.sh
|
run: ./scripts/travis/release/release-npm.sh
|
||||||
|
|
||||||
|
|
||||||
npm-check-bundle:
|
npm-check-bundle:
|
||||||
needs: [npm-release]
|
needs: [npm-release]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
@@ -167,7 +166,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ./.github/actions/download-build-artifacts
|
- uses: ./.github/actions/download-build-artifacts
|
||||||
- name: Check npm bundle
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
run: |
|
|
||||||
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
|
||||||
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
|
||||||
Reference in New Issue
Block a user