Skip to content

Commit 1674526

Browse files
committed
remove most tests to debug
1 parent a81003e commit 1674526

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
# `job_build` can't see `job_install_deps` and what it returned)
235235
dependency_cache_key: ${{ needs.job_install_deps.outputs.dependency_cache_key }}
236236

237+
<<<<<<< HEAD
237238
job_pack_aws_lambda_layer:
238239
name: Pack and Upload AWS Lambda Layer
239240
needs: [job_get_metadata, job_build]
@@ -476,6 +477,8 @@ jobs:
476477
cd packages/nextjs
477478
yarn test:integration
478479
480+
=======
481+
>>>>>>> 3e8892df7 (remove most tests to debug)
479482
job_browser_playwright_tests:
480483
name: Playwright (${{ matrix.bundle }})${{ (matrix.tracing_only && ' tracing only') || '' }} Tests
481484
needs: [job_get_metadata, job_build]
@@ -486,14 +489,7 @@ jobs:
486489
fail-fast: false
487490
matrix:
488491
bundle:
489-
- esm
490-
- cjs
491-
- bundle_es5
492-
- bundle_es5_min
493-
- bundle_es6
494-
- bundle_es6_min
495492
- bundle_replay_es6
496-
- bundle_replay_es6_min
497493
tracing_only:
498494
- true
499495
- false
@@ -542,6 +538,7 @@ jobs:
542538
run: |
543539
cd packages/integration-tests
544540
yarn test:ci
541+
<<<<<<< HEAD
545542

546543
job_browser_integration_tests:
547544
name: Browser (${{ matrix.browser }}) Tests
@@ -758,3 +755,5 @@ jobs:
758755
with:
759756
name: ${{ steps.process.outputs.artifactName }}
760757
path: ${{ steps.process.outputs.artifactPath }}
758+
=======
759+
>>>>>>> 3e8892df7 (remove most tests to debug)

0 commit comments

Comments
 (0)