Skip to content

Commit c531e0f

Browse files
committed
FIXUP
1 parent 7898718 commit c531e0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: E2E Test
22

3-
permissions: {}
4-
53
on:
64
workflow_dispatch:
75
push:
86
branches:
97
- next
108
paths-ignore:
119
- '**/*.md'
10+
pull_request:
11+
branches:
12+
- next
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.sha }}
@@ -32,6 +33,7 @@ jobs:
3233
- name: cnpmcore
3334
node-version: 24
3435
command: |
36+
npm install
3537
npm run typecheck
3638
npm run build
3739
npm run prepublishOnly
@@ -62,11 +64,10 @@ jobs:
6264
run: |
6365
pnpm -r pack
6466
65-
- name: Install egg from tgz in ${{ matrix.project.name }}
67+
- name: Override dependencies from tgz in ${{ matrix.project.name }}
6668
working-directory: ecosystem-ci/${{ matrix.project.name }}
6769
run: |
6870
node ../patch-project.ts ${{ matrix.project.name }}
69-
npm install
7071
7172
- name: Run e2e test commands in ${{ matrix.project.name }}
7273
working-directory: ecosystem-ci/${{ matrix.project.name }}

0 commit comments

Comments
 (0)