Skip to content

Commit

Permalink
Update submit-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7i7o authored Feb 9, 2025
1 parent a113a35 commit c1898d4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/submit-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1898d4

Please sign in to comment.