Skip to content

Add github test workflow #1

Add github test workflow

Add github test workflow #1

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-20.04
container:
image: ghcr.io/day8/chrome-latest:2
steps:
- uses: actions/checkout@v2
- name: npm install
run: 'npm install'
- name: run tests
run: |
nohup npm run watch &
sleep 180
karma start --single-run