1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-07 21:26:22 +00:00
hasura-rest-hands-on/.github/workflows/test.yml
2023-11-01 01:33:29 +00:00

11 lines
235 B
YAML

name: test
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: lts/*, cache: yarn }
- run: yarn
- run: yarn build