Test and build

This commit is contained in:
Panayiotis Lipiridis 2021-01-19 01:24:57 +02:00
parent 073c12197d
commit e4626960ad

View File

@ -1,4 +1,4 @@
name: Test
name: Test & Build
on:
push:
@ -18,5 +18,7 @@ jobs:
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Test and Build
run: |
yarn test
yarn build