ObjToSchematic/.github/workflows/tests.js.yml

12 lines
194 B
YAML
Raw Normal View History

2022-04-05 02:56:19 +08:00
name: Tests
2022-01-17 07:01:13 +08:00
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
2022-04-05 02:56:19 +08:00
run: npm ci
2022-03-02 06:47:28 +08:00
- name: Run tests
run: npm test