Skip to content

Commit 961d92a

Browse files
authored
Merge branch 'main' into compile-time-wrap-for-button-as-check
2 parents 408cf8c + 09f5884 commit 961d92a

File tree

99 files changed

+124
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+124
-52
lines changed

.changeset/swift-kiwis-sparkle.md

Lines changed: 5 additions & 0 deletions

.github/workflows/vrt.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
update-snapshots:
3636
needs: storybook
3737
runs-on: ubuntu-latest
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
shard: [1, 2]
4238
steps:
4339
- uses: actions/checkout@v3
4440
with:
@@ -64,7 +60,7 @@ jobs:
6460
echo "pid=$pid" >> $GITHUB_OUTPUT
6561
sleep 5
6662
- name: Run VRT
67-
run: npx playwright test --grep @vrt --update-snapshots --shard "${{ matrix.shard }}/${{ strategy.job-total }}"
63+
run: npx playwright test --grep @vrt --update-snapshots
6864
- name: Stop storybook
6965
if: ${{ always() }}
7066
run: kill ${{ steps.storybook.outputs.pid }}

0 commit comments

Comments
 (0)