Skip to content

v1.0.3

v1.0.3 #23

Workflow file for this run

name: Build & test CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Build packages
run: yarn build
- name: Automated test
run: yarn test
# - name: Visual regression tests
# env:
# CHROMATIC_PROJECT_TOKEN: ${{ secrets.chpt_a1073d7bf2439e5 }}
# run: yarn test:chromatic