jest-hands-on/.github/workflows/test.yml

12 lines
234 B
YAML
Raw Normal View History

2021-07-27 10:56:57 +09:00
name: test
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
2021-07-27 10:56:57 +09:00
with: { node-version: lts/*, cache: yarn }
- run: yarn
- run: yarn test