@@ -234,6 +234,7 @@ jobs:
234
234
# `job_build` can't see `job_install_deps` and what it returned)
235
235
dependency_cache_key : ${{ needs.job_install_deps.outputs.dependency_cache_key }}
236
236
237
+ <<<<<<< HEAD
237
238
job_pack_aws_lambda_layer :
238
239
name : Pack and Upload AWS Lambda Layer
239
240
needs : [job_get_metadata, job_build]
@@ -476,6 +477,8 @@ jobs:
476
477
cd packages/nextjs
477
478
yarn test:integration
478
479
480
+ =======
481
+ >>>>>>> 3e8892df7 (remove most tests to debug)
479
482
job_browser_playwright_tests :
480
483
name : Playwright (${{ matrix.bundle }})${{ (matrix.tracing_only && ' tracing only') || '' }} Tests
481
484
needs : [job_get_metadata, job_build]
@@ -486,14 +489,7 @@ jobs:
486
489
fail-fast : false
487
490
matrix :
488
491
bundle :
489
- - esm
490
- - cjs
491
- - bundle_es5
492
- - bundle_es5_min
493
- - bundle_es6
494
- - bundle_es6_min
495
492
- bundle_replay_es6
496
- - bundle_replay_es6_min
497
493
tracing_only :
498
494
- true
499
495
- false
@@ -542,6 +538,7 @@ jobs:
542
538
run : |
543
539
cd packages/integration-tests
544
540
yarn test:ci
541
+ <<<<<<< HEAD
545
542
546
543
job_browser_integration_tests :
547
544
name : Browser (${{ matrix.browser }}) Tests
@@ -758,3 +755,5 @@ jobs:
758
755
with :
759
756
name : ${{ steps.process.outputs.artifactName }}
760
757
path : ${{ steps.process.outputs.artifactPath }}
758
+ =======
759
+ >>>>>>> 3e8892df7 (remove most tests to debug)
0 commit comments