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 7878 registry-password : ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
7979 additional-conf : |
8080 ${{ 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' || '' }}
8484 conf-script-folder : ${{ github.workspace }}/.github/workflows/certs
8585 port : ${{ env.TEST_DB_PORT }}
8686
You can’t perform that action at this time.
0 commit comments