Skip to content

Commit 8ba0435

Browse files
committed
Remove broken e2e configuration on CI
1 parent 8671916 commit 8ba0435

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ jobs:
4646
test-e2e:
4747
name: Test e2e
4848
runs-on: ubuntu-latest
49-
# Don't run twice for a push within an internal PR
50-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
5149
timeout-minutes: 10
5250
steps:
53-
- name: Clone
54-
uses: actions/checkout@v3
51+
- name: Clone repo
52+
uses: actions/checkout@v4
53+
- name: Install pnpm
54+
uses: pnpm/action-setup@v2
55+
with:
56+
version: 8.8.0
5557
- name: Setup Node
5658
uses: actions/setup-node@v3
5759
with:

0 commit comments

Comments
 (0)