From 2647761dab5f2dd9952f5a46796619d7b297a047 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:30:20 +0100 Subject: [PATCH] Update build_and_deploy.yml --- .github/workflows/build_and_deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index aca825cf5959d..8273dd1afbc57 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -4,7 +4,6 @@ on: push: workflow_dispatch: -env: NAPI_CLI_VERSION: 2.14.7 TURBO_VERSION: 1.10.9 NODE_MAINTENANCE_VERSION: 16 @@ -38,7 +37,7 @@ jobs: run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT - uses: actions/cache@v3 - timeout-minutes: 5 + timeout-minutes: 60 minutes id: cache-pnpm-store with: path: ${{ steps.get-store-path.outputs.STORE_PATH }} @@ -261,7 +260,8 @@ jobs: id: check-turbopack-bytesize shell: bash if: ${{ steps.check-did-build.outputs.DID_BUILD == 'yup' }} - continue-on-error: true + continue-on-error: false 'resolve error' + continue-on-fixed-error: true run: | mkdir -p ./turbopack-bin-size shopt -s nullglob @@ -513,3 +513,4 @@ jobs: done echo "Reporting $BYTESIZE" datadog-ci metric --no-fail --level pipeline $BYTESIZE + run headless body : true