devel pipe

This commit is contained in:
Marco Carrozzo
2022-12-15 12:02:05 +01:00
parent d4af1bd790
commit c172d62e40
2 changed files with 6 additions and 5 deletions
@@ -13,4 +13,5 @@ runs:
id: sha_out id: sha_out
run: | run: |
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
echo "ADF_VERSION='${ADF_VERSION}'"
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION} ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
+5 -5
View File
@@ -59,8 +59,8 @@ jobs:
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: |
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version) # export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION} # ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}