From c1898d48ac9a600e0f859967f04121322c131d2d Mon Sep 17 00:00:00 2001 From: 7i7o <84824996+7i7o@users.noreply.github.com> Date: Sun, 9 Feb 2025 01:15:21 +0100 Subject: [PATCH] Update submit-beta.yml --- .github/workflows/submit-beta.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/submit-beta.yml b/.github/workflows/submit-beta.yml index 2067ab3b9..99578e790 100644 --- a/.github/workflows/submit-beta.yml +++ b/.github/workflows/submit-beta.yml @@ -12,13 +12,15 @@ jobs: with: node-version: "20.x" cache: "yarn" - - name: Cache yarn modules - uses: actions/cache@v3 - with: - path: "**/node_modules" - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- + # - name: Cache yarn modules + # uses: actions/cache@v3 + # with: + # path: "**/node_modules" + # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + # restore-keys: | + # ${{ runner.os }}-yarn- + - name: Clear Yarn Cache + run: yarn cache clean - name: Install dependencies run: yarn install - name: Create .env file