Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

chore(deps): update jest monorepo to v29.7.0 #793

chore(deps): update jest monorepo to v29.7.0

chore(deps): update jest monorepo to v29.7.0 #793

Workflow file for this run

# .github/workflows/chromatic.yml
# Workflow name
name: 📖 Storybook (via Chromatic)
# Event for the workflow
on:
push:
branches-ignore:
- "renovate/**"
- "dependabot/**"
# List of jobs
jobs:
chromatic-deployment:
if: github.actor != 'renovate[bot]'
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3
with:
# 👇 Fetches all Git history so that Chromatic can compare against the previous version
fetch-depth: 0
- name: Install dependencies
# 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: 14f589a59855
buildScriptName: build:storybook
workingDir: packages/kaoto-ui