mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel pipe
This commit is contained in:
@@ -50,6 +50,9 @@ env:
|
|||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
test-everything:
|
||||||
|
uses: ./.github/workflows/pull-request.yml
|
||||||
npm-check-bundle:
|
npm-check-bundle:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -58,9 +61,4 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# - uses: ./.github/actions/download-build-artifacts
|
|
||||||
- uses: ./.github/actions/npm-check-bundle
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
# - 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