Skip to content

Commit 22f2d4a

Browse files
committed
Generate test keys for the SSL connection (#441)
1 parent ab37078 commit 22f2d4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: Generate the testing keys
23+
if: ${{ contains(matrix.configuration, 'one-ssl-host') }}
24+
run: ./testing/generate-keys.sh
2225
- name: Switch to MySQL compatible ENVs
2326
if: ${{ contains(matrix.database-image, 'mysql') }}
2427
working-directory: ./testing/docker-compose/

0 commit comments

Comments
 (0)