File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments