mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 16:08:14 +00:00
brewのcacheを有効化する実験
This commit is contained in:
parent
069ea51e36
commit
3d7a6489c0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/github-pages.yml
vendored
7
.github/workflows/github-pages.yml
vendored
|
@ -7,6 +7,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- id: brew_cache
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
||||
restore-keys: brew-
|
||||
- uses: actions/setup-node@v2
|
||||
with: { node-version: lts/*, cache: yarn }
|
||||
- name: Git config
|
||||
|
|
Loading…
Add table
Reference in a new issue