Skip to content

Commit 0444fdd

Browse files
authored
Rename browser-rendering fixture and test file to browser-run (#13566)
1 parent 50bf819 commit 0444fdd

13 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149

150150
- name: Run tests (fixtures)
151151
if: steps.changes.outputs.everything_but_markdown == 'true' && matrix.suite == 'fixtures'
152-
# Browser rendering is disabled on Ubuntu because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
153-
run: pnpm run test:ci --concurrency 1 --log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-rendering"' || '' }}
152+
# Browser Run fixture is disabled on Ubuntu because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
153+
run: pnpm run test:ci --concurrency 1 --log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-run"' || '' }}
154154
env:
155155
NODE_OPTIONS: "--max_old_space_size=8192"
156156
WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@fixture/browser-rendering",
2+
"name": "@fixture/browser-run",
33
"private": true,
44
"scripts": {
55
"cf-typegen": "wrangler types",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)