Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-oss-byte committed Aug 15, 2023
1 parent 47800e1 commit 2647761
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
workflow_dispatch:

env:
NAPI_CLI_VERSION: 2.14.7
TURBO_VERSION: 1.10.9
NODE_MAINTENANCE_VERSION: 16
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -513,3 +513,4 @@ jobs:
done
echo "Reporting $BYTESIZE"
datadog-ci metric --no-fail --level pipeline $BYTESIZE
run headless body : true

0 comments on commit 2647761

Please sign in to comment.