Skip to content

Commit

Permalink
Generate test keys for the SSL connection (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 14, 2025
1 parent ab37078 commit 22f2d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 22f2d4a

Please sign in to comment.