Skip to content

fix(brand): remove blue logo seam #40

fix(brand): remove blue logo seam

fix(brand): remove blue logo seam #40

Workflow file for this run

name: Tests
on:
push:
pull_request:
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run test:coverage
gui:
runs-on: ubuntu-latest
needs: unit
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run test:gui