Skip to content

Commit

Permalink
fix: player ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 13, 2023
1 parent 91dc477 commit 3f56f4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: files cache
uses: actions/cache@v3
with:
path: |
~/.cache/Cypress
key: files-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.json') }}
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand All @@ -22,6 +28,12 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- name: files cache
uses: actions/cache@v3
with:
path: |
~/.cache/Cypress
key: files-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.json') }}
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit 3f56f4d

Please sign in to comment.