mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
Generate test keys for the SSL connection (#441)
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Generate the testing keys
|
||||
if: ${{ contains(matrix.configuration, 'one-ssl-host') }}
|
||||
run: ./testing/generate-keys.sh
|
||||
- name: Switch to MySQL compatible ENVs
|
||||
if: ${{ contains(matrix.database-image, 'mysql') }}
|
||||
working-directory: ./testing/docker-compose/
|
||||
|
||||
Reference in New Issue
Block a user