We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0423e commit ea9dc6aCopy full SHA for ea9dc6a
.github/workflows/ci.yml
@@ -78,9 +78,9 @@ jobs:
78
registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
79
additional-conf: |
80
${{ matrix.additional-conf || '' }}
81
- ssl-ca=/etc/mysql/conf.d/ca.crt
82
- ssl-cert=/etc/mysql/conf.d/server.crt
83
- ssl-key=/etc/mysql/conf.d/server.key
+ ${{ matrix.os == 'ubuntu-latest' && 'ssl-ca=/etc/mysql/conf.d/ca.crt' || '' }}
+ ${{ matrix.os == 'ubuntu-latest' && 'ssl-cert=/etc/mysql/conf.d/server.crt' || '' }}
+ ${{ matrix.os == 'ubuntu-latest' && 'ssl-key=/etc/mysql/conf.d/server.key' || '' }}
84
conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
85
port: ${{ env.TEST_DB_PORT }}
86
0 commit comments