Skip to content

Use firefox in E2E tests #59

Use firefox in E2E tests

Use firefox in E2E tests #59

name: Functional tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test