hedgedoc/.github/workflows/e2e.yml

22 lines
402 B
YAML
Raw Normal View History

name: e2e
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
end2end:
runs-on: ubuntu-latest
strategy:
matrix:
2020-07-18 16:37:14 -04:00
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