diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1134326e8b..8a0948ee8b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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' }}