security-checklist/.github/workflows/main.yml
2019-12-26 23:06:38 -05:00

22 lines
No EOL
468 B
YAML

name: E2E on Chrome
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
cypress-run:
runs-on: ubuntu-latest
# let's make sure our tests pass on Chrome browser
name: E2E on Chrome
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v1
with:
build: yarn run build
start: yarn run start
browser: chrome