Skip to content

Move create markets outside list transaction #210

Move create markets outside list transaction

Move create markets outside list transaction #210

Workflow file for this run

name: 'UI Tests'
on: push
jobs:
chromatic-deployment:
name: Chromatic Deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: apps/storybook
onlyChanged: true