Skip to content

Commit 62b3049

Browse files
authored
Merge branch 'main' into refactor_use_boxwithfallback
2 parents d1a5468 + 196fbf5 commit 62b3049

File tree

92 files changed

+302
-227
lines changed

Some content is hidden

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

92 files changed

+302
-227
lines changed

.changeset/mighty-ideas-tease.md

Lines changed: 5 additions & 0 deletions

.changeset/purple-pants-pay.md

Lines changed: 5 additions & 0 deletions

.changeset/seven-kangaroos-collect.md

Lines changed: 5 additions & 0 deletions

.changeset/three-foxes-promise.md

Lines changed: 5 additions & 0 deletions

.github/workflows/aat-reports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111

1212
jobs:
1313
aat-runner:
14-
runs-on: ubuntu-latest-16-cores
14+
runs-on: aat-runner
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
shard: [1, 2, 3, 4]
18+
shard: [1, 2, 3, 4, 5, 6, 7, 8]
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Use Node.js 20.x
@@ -37,7 +37,7 @@ jobs:
3737
echo "pid=$pid" >> $GITHUB_OUTPUT
3838
sleep 5
3939
- name: Run AAT
40-
uses: docker://mcr.microsoft.com/playwright:v1.53.1-jammy
40+
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
4141
env:
4242
STORYBOOK_URL: 'http://172.17.0.1:6006'
4343
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Test
6969
run: npm run test -- --coverage
7070
- name: Run tests defined in vitest
71-
uses: docker://mcr.microsoft.com/playwright:v1.53.1-jammy
71+
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
7272
with:
7373
args: npx vitest
7474

.github/workflows/vrt-reports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111

1212
jobs:
1313
vrt-runner:
14-
runs-on: ubuntu-latest-16-cores
14+
runs-on: vrt-runner
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
shard: [1, 2, 3, 4]
18+
shard: [1, 2, 3, 4, 5, 6, 7, 8]
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121
- name: Use Node.js 20.x
@@ -37,7 +37,7 @@ jobs:
3737
echo "pid=$pid" >> $GITHUB_OUTPUT
3838
sleep 5
3939
- name: Run VRT
40-
uses: docker://mcr.microsoft.com/playwright:v1.53.1-jammy
40+
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
4141
env:
4242
STORYBOOK_URL: 'http://172.17.0.1:6006'
4343
with:

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "pid=$pid" >> $GITHUB_OUTPUT
5353
sleep 5
5454
- name: Run VRT
55-
uses: docker://mcr.microsoft.com/playwright:v1.53.1-jammy
55+
uses: docker://mcr.microsoft.com/playwright:v1.53.2-jammy
5656
env:
5757
STORYBOOK_URL: 'http://172.17.0.1:6006'
5858
with:
-301 Bytes
-59 Bytes

0 commit comments

Comments
 (0)