Skip to content

Merge branch 'release/1.4.5' into main #100

Merge branch 'release/1.4.5' into main

Merge branch 'release/1.4.5' into main #100

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests_e2e:
name: Run end-to-end tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
run: yarn
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: npx playwright test