Skip to content

chore: remove custom webpackFinal config #171

chore: remove custom webpackFinal config

chore: remove custom webpackFinal config #171

Workflow file for this run

name: 'Tests for Demos'
on: push
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 --colors