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 ab37078 commit 22f2d4aCopy full SHA for 22f2d4a
.github/workflows/run-tests.yml
@@ -19,6 +19,9 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
+ - name: Generate the testing keys
23
+ if: ${{ contains(matrix.configuration, 'one-ssl-host') }}
24
+ run: ./testing/generate-keys.sh
25
- name: Switch to MySQL compatible ENVs
26
if: ${{ contains(matrix.database-image, 'mysql') }}
27
working-directory: ./testing/docker-compose/
0 commit comments