Skip to content

Commit 99a0864

Browse files
authored
chore: Add 4th e2e test shard and disable remix e2e tests (#8486)
1 parent ae358ae commit 99a0864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ jobs:
742742
strategy:
743743
fail-fast: false
744744
matrix:
745-
shard: [1, 2, 3]
745+
shard: [1, 2, 3, 4]
746746

747747
steps:
748748
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
@@ -773,7 +773,7 @@ jobs:
773773
E2E_TEST_SENTRY_ORG_SLUG: 'sentry-javascript-sdks'
774774
E2E_TEST_SENTRY_TEST_PROJECT: 'sentry-javascript-e2e-tests'
775775
E2E_TEST_SHARD: ${{ matrix.shard }}
776-
E2E_TEST_SHARD_AMOUNT: 3
776+
E2E_TEST_SHARD_AMOUNT: 4
777777
run: |
778778
cd packages/e2e-tests
779779
yarn test:e2e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "create-remix-app",
4-
"buildCommand": "pnpm install && pnpm build && pnpm start",
4+
"buildCommand": "# disabling build test because it is causing timeouts: https://github.com/getsentry/sentry-javascript/pull/8486 pnpm install && pnpm build && pnpm start",
55
"tests": []
66
}

0 commit comments

Comments
 (0)