Generate test keys for the SSL connection (#441)

This commit is contained in:
William Desportes
2025-01-15 00:19:00 +01:00
parent ab37078704
commit 22f2d4a373
+3
View File
@@ -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/