File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 # We are running the package tests first be able to get early feedback on changes.
134134 # There is no point in running the fixtures if a package is broken.
135135 if : steps.changes.outputs.everything_but_markdown == 'true'
136- run : pnpm run test:ci --log-order=stream --concurrency=1 -- filter="./packages/*"
136+ run : pnpm run test:ci --log-order=stream --filter="./packages/*"
137137 env :
138138 NODE_OPTIONS : " --max_old_space_size=8192"
139139 WRANGLER_LOG_PATH : ${{ runner.temp }}/wrangler-debug-logs/
@@ -154,7 +154,7 @@ jobs:
154154 - name : Run tests (fixtures)
155155 if : steps.changes.outputs.everything_but_markdown == 'true'
156156 # Browser rendering is disabled on Ubuntu because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
157- run : pnpm run test:ci --concurrency 1 -- log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-rendering"' || '' }}
157+ run : pnpm run test:ci --log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-rendering"' || '' }}
158158 env :
159159 NODE_OPTIONS : " --max_old_space_size=8192"
160160 WRANGLER_LOG_PATH : ${{ runner.temp }}/wrangler-debug-logs/
You can’t perform that action at this time.
0 commit comments