fix: add run all test on push

This commit is contained in:
Alex Varchuk 2021-08-23 12:56:59 +03:00
parent ccb18604a6
commit 9cbbb31bcb

View File

@ -1,12 +1,14 @@
name: Unit Tests
name: Tests
on: [push]
jobs:
build-and-unit:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm run bundle
- run: npm test
- run: npm run e2e
- run: run run e2e-ci