Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-panel-to-blur-child
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 23, 2024
2 parents 6236dd3 + 31b8cb8 commit a2f7940
Show file tree
Hide file tree
Showing 462 changed files with 2,214 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-pots-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-zebras-mix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-chefs-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-ties-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-candles-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-bats-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ravens-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-countries-confess.md

This file was deleted.

24 changes: 14 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,11 @@ jobs:
run: kill ${{ steps.storybook.outputs.pid }}
- name: Upload report
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vrt
name: vrt-${{ matrix.shard }}
path: blob-report
retention-days: 1

vrt:
if: ${{ always() }}
Expand All @@ -160,14 +161,15 @@ jobs:
- name: install dependencies
run: npm ci
- name: download all reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: vrt
path: all-blob-reports
pattern: vrt-*
merge-multiple: true
- name: merge all reports
run: npx playwright merge-reports --reporter html ./all-blob-reports
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vrt
path: playwright-report
Expand Down Expand Up @@ -212,10 +214,11 @@ jobs:
run: kill ${{ steps.storybook.outputs.pid }}
- name: Upload report
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: axe
name: axe-${{ matrix.shard }}
path: blob-report
retention-days: 1

aat:
if: ${{ always() }}
Expand All @@ -232,14 +235,15 @@ jobs:
- name: install dependencies
run: npm ci
- name: download all reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: axe
path: all-blob-reports
pattern: axe-*
merge-multiple: true
- name: merge all reports
run: npx playwright merge-reports --reporter html ./all-blob-reports
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: axe
path: playwright-report
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2f7940

Please sign in to comment.