Fix widget toggles vitest browser test

This commit is contained in:
Michael Telatynski
2026-06-08 11:30:08 +01:00
parent 2192b2f5e3
commit 788c76d677
+1 -1
View File
@@ -139,7 +139,7 @@ jobs:
- name: Setup playwright
uses: ./.github/actions/setup-playwright
if: matrix.path == 'packages/shared-components'
if: matrix.path == 'packages/shared-components' || matrix.path == 'modules/widget-toggles'
with:
write-cache: ${{ github.event_name != 'merge_group' }}