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

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new d1e86d4  [YUNIKORN-2449] add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 to 
github actions for web CI (#176)
d1e86d4 is described below

commit d1e86d41daf4178c796f058b76e82154816dd731
Author: Ryan Lo <wenc...@apache.org>
AuthorDate: Thu Mar 7 21:37:12 2024 +0800

    [YUNIKORN-2449] add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 to github actions 
for web CI (#176)
    
    Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 56e09ce..4e2dbef 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
           npm install -g @angular/cli > /dev/null
           npm install -g yarn > /dev/null
       - name: Install Dependencies
-        run: yarn install
+        run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 yarn install
       - name: Build Prod
         run: yarn build:prod
       - name: Test Coverage


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to