devel pipe

This commit is contained in:
Marco Carrozzo
2022-12-15 11:58:15 +01:00
parent 97e17c3534
commit d4af1bd790
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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: |
+2
View File
@@ -8,6 +8,8 @@ on:
- master
- develop-patch*
- master-patch*
schedule:
- cron: '0 8 * * *'
env:
BASE_REF: ${{ github.base_ref }}
+1 -5
View File
@@ -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