Skip to content

cleanup

cleanup #20

Workflow file for this run

name: Chrome
on: push
jobs:
chrome:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Chrome
uses: cypress-io/github-action@v2
timeout-minutes: 10
with:
build: npm run build
start: npm start
browser: chrome