From 2031bfb39cbb295dd256aeed2482dbf283ae198b Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 16:34:52 +0100 Subject: [PATCH] devel: pipe --- .github/workflows/release.yml | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4440afae1..d6bed1c8d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,25 +56,6 @@ env: NODE_OPTIONS: "--max-old-space-size=5120" 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: # needs: [build] timeout-minutes: 10 @@ -87,6 +68,8 @@ jobs: fetch-depth: 1 - run: git fetch --all - uses: ./.github/actions/setup + with: + enable-cache: false - name: clean run: | rm -rf nxcache @@ -111,10 +94,8 @@ jobs: with: fetch-depth: 0 - uses: ./.github/actions/setup - - name: clean - run: | - rm -rf nxcache - rm -rf dist + with: + enable-cache: false # - uses: ./.github/actions/download-build-artifacts - run: nx run cli:bundle - name: push Storybook docker image @@ -135,10 +116,8 @@ jobs: with: fetch-depth: 0 - uses: ./.github/actions/setup - - name: clean - run: | - rm -rf nxcache - rm -rf dist + with: + enable-cache: false # - uses: ./.github/actions/download-build-artifacts - run: nx run cli:bundle - name: nx build