This is an automated email from the ASF dual-hosted git repository. jeffreyh pushed a commit to branch jeffreys-cat-patch-1 in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit 8647a5cbf5241c453a9c32f7a59825fca58cb826 Author: Jeffrey <[email protected]> AuthorDate: Mon Nov 25 10:11:04 2024 +0800 Update build-check.yml --- .github/workflows/build-check.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 23906932d94..7d113beb624 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -115,11 +115,11 @@ jobs: with: node-version: 20 - # - name: Build - # run: | - # npm install -g yarn - # yarn cache clean - # export NODE_OPTIONS=--max-old-space-size=8192 - # yarn && yarn build + - name: Build + run: | + npm install -g yarn + yarn cache clean + export NODE_OPTIONS=--max-old-space-size=8192 + yarn && yarn build - # rm -rf build + rm -rf build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
