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"
|
||||
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user