mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-31 14:28:09 +00:00
Compare commits
2 commits
f1c7dc5e30
...
8798094db9
Author | SHA1 | Date | |
---|---|---|---|
8798094db9 | |||
|
827d8d6c51 |
2 changed files with 5 additions and 5 deletions
6
.github/workflows/github-pages.yml
vendored
6
.github/workflows/github-pages.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
environment: github-pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with: { node-version: lts/*, cache: yarn }
|
||||
- id: brew_cache
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
key: brew-v3
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with: { node-version: lts/*, cache: yarn }
|
||||
- run: yarn
|
||||
- run: yarn build
|
||||
|
|
Loading…
Add table
Reference in a new issue