mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Corrected GH actions yarn cache again.
This commit is contained in:
parent
eecfd9faf4
commit
3c7c3d794b
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -8,19 +8,19 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Yarn cache
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: yarn-cache
|
||||
with:
|
||||
path: .yarn
|
||||
path: .yarn/cache
|
||||
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install dependencies
|
||||
uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
|
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -11,17 +11,17 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Yarn cache
|
||||
uses: actions/cache@v2
|
||||
env:
|
||||
cache-name: yarn-cache
|
||||
with:
|
||||
path: .yarn
|
||||
path: .yarn/cache
|
||||
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user