Skip to content

Replaced top/right/bottomm/left CSS properties with inset #8

Replaced top/right/bottomm/left CSS properties with inset

Replaced top/right/bottomm/left CSS properties with inset #8

Workflow file for this run

name: Testing
on:
push:
branches: "master"
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:unit
integration-test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run test:integration