Skip to content

migrate example to Typescript #193

migrate example to Typescript

migrate example to Typescript #193

Workflow file for this run

name: 'Tests for Demos'
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build addon
run: yarn workspace msw-storybook-addon build
- name: Test Demos
run: yarn workspace msw-storybook-docs test