Skip to content

Commit 710fa65

Browse files
author
Luca Forstner
committed
Don't run e2e tests
1 parent b0510ea commit 710fa65

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,23 +72,6 @@ jobs:
7272
- run: yarn --frozen-lockfile --ignore-engines
7373
- run: yarn test:integration
7474

75-
test-e2e:
76-
# We only run E2E tests for non-fork PRs because the E2E tests require secrets to work and they can't be accessed from forks
77-
# Dependabot PRs sadly also don't have access to secrets, so we skip them as well
78-
if:
79-
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
80-
github.actor != 'dependabot[bot]'
81-
needs: build
82-
name: E2E Tests
83-
runs-on: ubuntu-latest
84-
env:
85-
SENTRY_AUTH_TOKEN: ${{ secrets.E2E_TESTS_SENTRY_AUTH_TOKEN }}
86-
steps:
87-
- uses: actions/checkout@v3
88-
- uses: volta-cli/action@v3
89-
- run: yarn --frozen-lockfile
90-
- run: yarn test:e2e
91-
9275
lint:
9376
needs: build
9477
name: Linter check

0 commit comments

Comments
 (0)