hedgedoc/.github/workflows/e2e.yml
2020-08-15 16:30:05 +02:00

21 lines
398 B
YAML

name: e2e
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
end2end:
runs-on: ubuntu-latest
strategy:
matrix:
browser: ['chrome', 'firefox']
name: e2e:${{ matrix.browser }}
steps:
- uses: actions/checkout@v1
- uses: cypress-io/github-action@v2
with:
browser: ${{ matrix.browser }}
start: npm start