Add tests workflow

This commit is contained in:
Mikołaj Pich 2022-08-27 16:24:46 +02:00
parent 94aa0ca136
commit 1abf8dafee

17
.github/workflows/tests.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Tests
on:
push:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 17
- run: npm install
- run: npm run test