File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,13 @@ jobs:
86
86
fail-fast : false
87
87
matrix :
88
88
group : ${{ fromJSON(needs.generate-matrices.outputs.e2e) }}
89
- # Empty value uses default
90
- react : ['', '18.3.1']
91
89
uses : ./.github/workflows/build_reusable.yml
92
90
with :
93
91
afterBuild : |
94
92
# e2e and ${{ inputs.test_type }} tests with `node run-tests.js`
95
93
96
94
export NEXT_TEST_CONTINUE_ON_ERROR=TRUE
97
95
export NEXT_E2E_TEST_TIMEOUT=240000
98
- export NEXT_TEST_REACT_VERSION=${{ matrix.react }}
99
96
export NEXT_TEST_MODE=${{
100
97
inputs.test_type == 'development' && 'dev' || 'start'
101
98
}}
@@ -122,8 +119,6 @@ jobs:
122
119
fail-fast : false
123
120
matrix :
124
121
group : ${{ fromJSON(needs.generate-matrices.outputs.integration) }}
125
- # Empty value uses default
126
- react : ['', '18.3.1']
127
122
uses : ./.github/workflows/build_reusable.yml
128
123
with :
129
124
nodeVersion : 18.18.2
@@ -132,7 +127,6 @@ jobs:
132
127
133
128
export NEXT_TEST_CONTINUE_ON_ERROR=TRUE
134
129
export NEXT_E2E_TEST_TIMEOUT=240000
135
- export NEXT_TEST_REACT_VERSION=${{ matrix.react }}
136
130
137
131
# HACK: Despite the name, these environment variables are just used to
138
132
# gate tests, so they're applicable to both turbopack and rspack tests
You can’t perform that action at this time.
0 commit comments