Skip to content

Update day8 chrome dep for gh test action #3

Update day8 chrome dep for gh test action

Update day8 chrome dep for gh test action #3

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:5.1.0
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