SponsorBlockServer/.github/workflows/ci.yml

22 lines
351 B
YAML
Raw Normal View History

name: SQLite CI
2020-04-06 22:46:19 +02:00
on:
push:
branches:
- master
pull_request:
2020-04-06 22:46:19 +02:00
jobs:
test:
name: Run Tests with SQLite
2020-04-06 22:46:19 +02:00
runs-on: ubuntu-latest
steps:
# Initialization
2021-06-29 22:27:35 +02:00
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
2020-04-06 22:46:19 +02:00
- run: npm install
- name: Run Tests
timeout-minutes: 5
2020-04-06 22:46:19 +02:00
run: npm test