Skip to content

refactor: move prefixed properties before unprefixed (#105) #237

refactor: move prefixed properties before unprefixed (#105)

refactor: move prefixed properties before unprefixed (#105) #237

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: npm install
run: npm ci
- name: Size limit
run: npm run size
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: npm install
run: npm ci
- name: Unit tests
run: npm run test
visual-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: npm install
run: npm ci
- name: Visual tests
run: npm run test:visual