devel: pipe. removed depth0, use action

This commit is contained in:
Marco Carrozzo
2022-12-15 16:42:03 +01:00
parent 1890a2a3a9
commit c53e92c00d
2 changed files with 4 additions and 11 deletions
+3 -5
View File
@@ -50,9 +50,9 @@ env:
NODE_OPTIONS: "--max-old-space-size=5120"
jobs:
run-e2e:
uses: ./.github/workflows/pull-request.yml
secrets: inherit
# run-e2e:
# uses: ./.github/workflows/pull-request.yml
# secrets: inherit
release:
uses: ./.github/workflows/release.yml
secrets: inherit
@@ -64,6 +64,4 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/npm-check-bundle
+1 -6
View File
@@ -134,9 +134,4 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- 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