Skip to content

Commit 616bb48

Browse files
committed
simplify pw matrix
1 parent 90ddce8 commit 616bb48

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -551,16 +551,6 @@ jobs:
551551
tracing_only: false
552552
- bundle: cjs
553553
tracing_only: false
554-
# `replay` only makes a difference for bundles - tests of the esm and cjs builds always include replay
555-
- bundle: esm
556-
replay: false
557-
- bundle: cjs
558-
replay: false
559-
# Replay is es6-only, so we can't and don't need to test agains ES5 bundles.
560-
- bundle: bundle_es5
561-
replay: true
562-
- bundle: bundle_es5_min
563-
replay: true
564554
steps:
565555
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
566556
uses: actions/checkout@v3

packages/integration-tests/utils/generatePlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { Compiler } from 'webpack';
77
const PACKAGES_DIR = '../../packages';
88

99
const tracingOnly = process.env.PW_TRACING_ONLY === 'true';
10-
const useReplay = process.env.PW_REPLAY === 'true';
1110

1211
const bundleKey = process.env.PW_BUNDLE;
1312

0 commit comments

Comments
 (0)