File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : E2E Test
22
3- permissions : {}
4-
53on :
64 workflow_dispatch :
75 push :
86 branches :
97 - next
108 paths-ignore :
119 - ' **/*.md'
10+ pull_request :
11+ branches :
12+ - next
1213
1314concurrency :
1415 group : ${{ github.workflow }}-${{ github.sha }}
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 }}
You can’t perform that action at this time.
0 commit comments