This commit is contained in:
Markus Olsson 2020-07-09 15:30:33 +02:00
parent 2dfa2d09dd
commit c16ce787a4

View file

@ -35,10 +35,15 @@ jobs:
- name: Install and build dependencies
run: yarn
- name: test setup
- name: Pre-build checks (Linting)
run: |
yarn lint
yarn validate-changelog
yarn check-modified
- name: Build production app
run: yarn build:prod
- name: Prepare testing environment
run: yarn test:setup
- name: test
- name: Run tests
run: yarn test
timeout-minutes: 5