Skip to content

feature: install duckdb, insert and query people #258

feature: install duckdb, insert and query people

feature: install duckdb, insert and query people #258

Workflow file for this run

name: "Chromatic"
on:
push:
branches: ["main"]
paths: "frontend/**"
pull_request:
branches: ["main"]
paths: "frontend/**"
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: frontend