mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-19 00:18:08 +00:00
12 lines
235 B
YAML
12 lines
235 B
YAML
|
name: test
|
||
|
on: push
|
||
|
jobs:
|
||
|
main:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: actions/setup-node@v2
|
||
|
with: { node-version: lts/*, cache: yarn }
|
||
|
- run: yarn
|
||
|
- run: yarn build
|