hasura-rest-hands-on/.github/workflows/test.yml

12 lines
235 B
YAML
Raw Normal View History

2022-03-02 16:25:03 +09:00
name: test
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
2022-03-02 16:25:03 +09:00
with: { node-version: lts/*, cache: yarn }
- run: yarn
- run: yarn build