mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28: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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Yarn cache
|
- name: Yarn cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
cache-name: yarn-cache
|
cache-name: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: .yarn
|
path: .yarn/cache
|
||||||
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
key: ${{ runner.os }}-deploy-${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: CultureHQ/actions-yarn@v1.0.1
|
uses: CultureHQ/actions-yarn@v1.0.1
|
||||||
with:
|
with:
|
||||||
|
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -11,17 +11,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Yarn cache
|
- name: Yarn cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
cache-name: yarn-cache
|
cache-name: yarn-cache
|
||||||
with:
|
with:
|
||||||
path: .yarn
|
path: .yarn/cache
|
||||||
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
key: ${{ runner.os }}-tests-${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: CultureHQ/actions-yarn@v1.0.1
|
uses: CultureHQ/actions-yarn@v1.0.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user