File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ jobs:
202
202
needs : [tests-system-prepare]
203
203
strategy :
204
204
matrix :
205
+ browser : ['chrome', 'electron', 'edge']
205
206
config :
206
207
- php_version : ' 8.4'
207
208
test_group : cmysqlmax
@@ -240,7 +241,7 @@ jobs:
240
241
/github/home/.cache/Cypress
241
242
key : ${{ runner.os }}-cypress-${{ hashFiles('package-lock.json') }}
242
243
- name : Run System tests
243
- run : bash tests/System/entrypoint.sh "$(pwd)" ${{ matrix.config.test_group }} ${{ matrix.config.db_engine }} ${{ matrix.config.db_host }} chrome
244
+ run : bash tests/System/entrypoint.sh "$(pwd)" ${{ matrix.config.test_group }} ${{ matrix.config.db_engine }} ${{ matrix.config.db_host }} ${{ matrix.browser }}
244
245
- name : Archive test results results
245
246
uses : actions/upload-artifact@v4
246
247
if : always()
You can’t perform that action at this time.
0 commit comments