honigle/.github/workflows/test.yml

17 lines
228 B
YAML
Raw Normal View History

2022-01-26 21:14:23 +09:00
name: Test
2022-01-26 21:17:46 +09:00
on:
pull_request:
push:
branches:
- main
2022-01-26 21:14:23 +09:00
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run test