File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
registry-password : ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
79
79
additional-conf : |
80
80
${{ matrix.additional-conf || '' }}
81
- ${{ matrix.os == 'ubuntu-latest' && 'ssl-ca=/etc/mysql/conf.d/ca.crt' || '' }}
82
- ${{ matrix.os == 'ubuntu-latest' && 'ssl-cert=/etc/mysql/conf.d/server.crt' || '' }}
83
- ${{ matrix.os == 'ubuntu-latest' && 'ssl-key=/etc/mysql/conf.d/server.key' || '' }}
81
+ ${{ matrix.os == 'ubuntu-latest' && '-- ssl-ca=/etc/mysql/conf.d/ca.crt' || '' }}
82
+ ${{ matrix.os == 'ubuntu-latest' && '-- ssl-cert=/etc/mysql/conf.d/server.crt' || '' }}
83
+ ${{ matrix.os == 'ubuntu-latest' && '-- ssl-key=/etc/mysql/conf.d/server.key' || '' }}
84
84
conf-script-folder : ${{ github.workspace }}/.github/workflows/certs
85
85
port : ${{ env.TEST_DB_PORT }}
86
86
You can’t perform that action at this time.
0 commit comments