File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
packages/integration-tests/utils Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -547,16 +547,6 @@ jobs:
547
547
tracing_only : false
548
548
- bundle : cjs
549
549
tracing_only : false
550
- # `replay` only makes a difference for bundles - tests of the esm and cjs builds always include replay
551
- - bundle : esm
552
- replay : false
553
- - bundle : cjs
554
- replay : false
555
- # Replay is es6-only, so we can't and don't need to test agains ES5 bundles.
556
- - bundle : bundle_es5
557
- replay : true
558
- - bundle : bundle_es5_min
559
- replay : true
560
550
steps :
561
551
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
562
552
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import type { Compiler } from 'webpack';
7
7
const PACKAGES_DIR = '../../packages' ;
8
8
9
9
const tracingOnly = process . env . PW_TRACING_ONLY === 'true' ;
10
- const useReplay = process . env . PW_REPLAY === 'true' ;
11
10
12
11
const bundleKey = process . env . PW_BUNDLE ;
13
12
You can’t perform that action at this time.
0 commit comments