Skip to content

Fix inaccurate tabs, add page index change callback #11

Fix inaccurate tabs, add page index change callback

Fix inaccurate tabs, add page index change callback #11

Workflow file for this run

name: "Storybook Tests"
on: # Rebuild any PRs and main branch changes
push:
branches:
- main
pull_request:
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: react-aria-carousel