Skip to content

Commit c311775

Browse files
Revert "force runs of playground tests"
This reverts commit 4523114.
1 parent c51ba25 commit c311775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-and-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,24 @@ jobs:
9393
- os: macos-latest
9494
description: macOS
9595
node_version: 20.19.1
96-
filter: '--filter="./packages/vite-plugin-cloudflare/playground" --force'
96+
filter: '--filter="./packages/*" --filter="./fixtures/*" --filter="./packages/vite-plugin-cloudflare/playground" --summarize'
9797
# needs to run on the amd runners to allow containers test to work in CI
9898
- os: ubuntu-24.04
9999
description: Linux
100100
node_version: 20.19.1
101101
# ./tools _only_ runs here because they're only intended to run in CI
102102
# Browser rendering is disabled here because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
103-
filter: '--filter="./packages/vite-plugin-cloudflare/playground" --force'
103+
filter: '--filter="./tools" --filter="./packages/*" --filter="./fixtures/*" --filter="./packages/vite-plugin-cloudflare/playground" --filter="!./fixtures/browser-rendering"'
104104
- os: windows-latest
105105
description: Windows
106106
node_version: 20.19.1
107-
filter: '--filter="./packages/vite-plugin-cloudflare/playground" --force'
107+
filter: '--filter="./packages/*" --filter="./fixtures/*" --filter="./packages/vite-plugin-cloudflare/playground"'
108108
# needs to run on the amd runners to allow containers test to work in CI
109109
- os: ubuntu-24.04
110110
description: v22, Linux
111111
node_version: 22
112112
# Browser rendering is disabled here because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
113-
filter: '--filter="./packages/vite-plugin-cloudflare/playground" --force'
113+
filter: '--filter="./packages/*" --filter="./fixtures/*" --filter="./packages/vite-plugin-cloudflare/playground" --filter="!./packages/kv-asset-handler" --filter="!./fixtures/browser-rendering"'
114114
# Skipped until we upgrade to undici v7, because of https://github.com/nodejs/undici/issues/4285
115115
# - os: ubuntu-24.04-arm
116116
# label: v24, Linux

0 commit comments

Comments
 (0)