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:
@@ -56,25 +56,6 @@ env:
|
|||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# build:
|
|
||||||
# timeout-minutes: 20
|
|
||||||
# if: github.event.pull_request.merged == true
|
|
||||||
# name: "Build Components"
|
|
||||||
# runs-on: ubuntu-22.04
|
|
||||||
# steps:
|
|
||||||
# - name: Checkout repository
|
|
||||||
# uses: actions/checkout@v3
|
|
||||||
# with:
|
|
||||||
# fetch-depth: 0
|
|
||||||
# - uses: ./.github/actions/setup
|
|
||||||
# - run: npm -v
|
|
||||||
# - name: install
|
|
||||||
# run: |
|
|
||||||
# npm ci
|
|
||||||
# nx run cli:bundle
|
|
||||||
# nx run testing:bundle
|
|
||||||
# - uses: ./.github/actions/upload-build-artifacts
|
|
||||||
|
|
||||||
release-demoshell:
|
release-demoshell:
|
||||||
# needs: [build]
|
# needs: [build]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
@@ -87,6 +68,8 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- run: git fetch --all
|
- run: git fetch --all
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
|
with:
|
||||||
|
enable-cache: false
|
||||||
- name: clean
|
- name: clean
|
||||||
run: |
|
run: |
|
||||||
rm -rf nxcache
|
rm -rf nxcache
|
||||||
@@ -111,10 +94,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- name: clean
|
with:
|
||||||
run: |
|
enable-cache: false
|
||||||
rm -rf nxcache
|
|
||||||
rm -rf dist
|
|
||||||
# - uses: ./.github/actions/download-build-artifacts
|
# - uses: ./.github/actions/download-build-artifacts
|
||||||
- run: nx run cli:bundle
|
- run: nx run cli:bundle
|
||||||
- name: push Storybook docker image
|
- name: push Storybook docker image
|
||||||
@@ -135,10 +116,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- name: clean
|
with:
|
||||||
run: |
|
enable-cache: false
|
||||||
rm -rf nxcache
|
|
||||||
rm -rf dist
|
|
||||||
# - uses: ./.github/actions/download-build-artifacts
|
# - uses: ./.github/actions/download-build-artifacts
|
||||||
- run: nx run cli:bundle
|
- run: nx run cli:bundle
|
||||||
- name: nx build
|
- name: nx build
|
||||||
|
|||||||
Reference in New Issue
Block a user