Skip to content

Merge pull request #294 from tilfinltd/release/3-0-0 #160

Merge pull request #294 from tilfinltd/release/3-0-0

Merge pull request #294 from tilfinltd/release/3-0-0 #160

Workflow file for this run

name: Browser CI test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
e2e-tests:
runs-on: ubuntu-latest # or macos-latest, windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: microsoft/playwright-github-action@v1
- name: Install dependencies and run tests
run: npm install && npm test