From 965b4427cfe618f20f2cb59f6c2f750b99348faa Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 5 Dec 2023 15:33:13 -0800 Subject: [PATCH] Compress less files --- .github/workflows/pull-request-validation.yml | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml index 0819b6fefb..71b54f9be1 100644 --- a/.github/workflows/pull-request-validation.yml +++ b/.github/workflows/pull-request-validation.yml @@ -46,21 +46,22 @@ jobs: - run: npm run build --if-present - - name: Pack docker.zip - run: zip -r docker.zip . -x .git - - # - name: Pack ./__tests__ - # run: | - # echo <