File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
NODE_VERSION : 18.16.1
10
10
PNPM_VERSION : 8.7.1
11
11
NEXT_REPO : netlify/next.js
12
- NEXT_VERSION : netlify-testing
12
+ NEXT_VERSION : 13.5.1
13
13
NEXT_TEST_MODE : deploy
14
14
NEXT_E2E_TEST_TIMEOUT : 600000
15
15
NEXT_TEST_JOB : true
24
24
25
25
jobs :
26
26
test-e2e :
27
- if : ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run-e2e-tests') }}
27
+ if :
28
+ ${{ github.event_name == 'workflow_dispatch' ||
29
+ contains(github.event.pull_request.labels.*.name, 'run-e2e-tests') }}
28
30
name : test e2e
29
31
runs-on : ubuntu-latest
30
32
timeout-minutes : 25
55
57
with :
56
58
repository : ${{ env.NEXT_REPO }}
57
59
token : ${{ steps.token.outputs.token }}
58
- ref : ${{ env.NEXT_VERSION }}
60
+ ref : netlify-testing- ${{ env.NEXT_VERSION }}
59
61
path : ${{ env.next-path }}
60
62
61
63
- name : checkout runtime repo
@@ -103,6 +105,10 @@ jobs:
103
105
run : pnpm build
104
106
working-directory : ${{ env.next-path }}
105
107
108
+ - name : install swc
109
+ run : pnpm add @next/swc-linux-x64-gnu@${{ env.NEXT_VERSION }}
110
+ working-directory : ${{ env.next-path }}
111
+
106
112
- name : install runtime
107
113
run : npm install --ignore-scripts
108
114
working-directory : ${{ env.runtime-path }}
You can’t perform that action at this time.
0 commit comments