This is an automated email from the ASF dual-hosted git repository.

kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e7aee7795a Update build-check.yml (#1401)
6e7aee7795a is described below

commit 6e7aee7795acf9fe75f305eef6a41f8fcbe39fa1
Author: Jeffrey <color.d...@gmail.com>
AuthorDate: Mon Nov 25 12:07:59 2024 +0800

    Update build-check.yml (#1401)
    
    rollback skip build-check action
---
 .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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to