mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel: pipe. removed depth0, use action
This commit is contained in:
@@ -50,9 +50,9 @@ env:
|
|||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-e2e:
|
# run-e2e:
|
||||||
uses: ./.github/workflows/pull-request.yml
|
# uses: ./.github/workflows/pull-request.yml
|
||||||
secrets: inherit
|
# secrets: inherit
|
||||||
release:
|
release:
|
||||||
uses: ./.github/workflows/release.yml
|
uses: ./.github/workflows/release.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -64,6 +64,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: ./.github/actions/npm-check-bundle
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
|
|||||||
@@ -134,9 +134,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
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}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user