Skip to content

Bump @storybook/test-runner from 0.23.0 to 0.24.2 #14069

Bump @storybook/test-runner from 0.23.0 to 0.24.2

Bump @storybook/test-runner from 0.23.0 to 0.24.2 #14069

name: Check for non committable changes
on:
pull_request:
paths:
- 'polaris-react/**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
id: filter
with:
filters: |
playground:
- 'polaris-react/playground/Playground.tsx'
- name: Check for changes to Playground.tsx
if: steps.filter.outputs.playground == 'true'
run: |
echo "Please remove changes from Playground.tsx before committing"
exit 1