SponsorBlockServer/.github/workflows/ci.yml
Michael C b62db5675d
update CI names and path
move docker-compose to new folder
rename action names
2021-06-23 15:48:02 -04:00

17 lines
294 B
YAML

name: SQLite CI
on: [push, pull_request]
jobs:
build:
name: Run Tests with SQLite
runs-on: ubuntu-latest
steps:
# Initialization
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: npm install
- name: Run Tests
run: npm test