CI: build before testing 💚

This commit is contained in:
Jannis R 2023-03-25 16:58:34 +01:00
parent 448294ba5c
commit 5658c84c54
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -5,7 +5,7 @@ on:
- 6
jobs:
lint-test:
name: lint & test
name: lint, build & test
runs-on: ubuntu-latest
steps:
- name: checkout
@ -16,6 +16,7 @@ jobs:
node-version: 18.x
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test
build-and-publish: