mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-01-12 10:54:24 +08:00
12 lines
194 B
YAML
12 lines
194 B
YAML
name: Tests
|
|
on: push
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Install modules
|
|
run: npm ci
|
|
- name: Run tests
|
|
run: npm test
|