Skip to content

Commit b2c62b7

Browse files
committed
more browsers
1 parent e14a515 commit b2c62b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
needs: [tests-system-prepare]
203203
strategy:
204204
matrix:
205+
browser: ['chrome', 'electron', 'edge']
205206
config:
206207
- php_version: '8.4'
207208
test_group: cmysqlmax
@@ -240,7 +241,7 @@ jobs:
240241
/github/home/.cache/Cypress
241242
key: ${{ runner.os }}-cypress-${{ hashFiles('package-lock.json') }}
242243
- 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 }}
244245
- name: Archive test results results
245246
uses: actions/upload-artifact@v4
246247
if: always()

0 commit comments

Comments
 (0)