Skip to content

Commit

Permalink
Don't run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 16, 2023
1 parent b0510ea commit 710fa65
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,6 @@ jobs:
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn test:integration

test-e2e:
# 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
# Dependabot PRs sadly also don't have access to secrets, so we skip them as well
if:
(github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
github.actor != 'dependabot[bot]'
needs: build
name: E2E Tests
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.E2E_TESTS_SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v3
- run: yarn --frozen-lockfile
- run: yarn test:e2e

lint:
needs: build
name: Linter check
Expand Down

0 comments on commit 710fa65

Please sign in to comment.