Skip to content

add e2e testing

add e2e testing #34

Workflow file for this run

name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Check bundle size
run: yarn size