Skip to content

refactor: get rid of mwc-checkbox and mwc-formfield #14

refactor: get rid of mwc-checkbox and mwc-formfield

refactor: get rid of mwc-checkbox and mwc-formfield #14

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm run test