Skip to content

Commit

Permalink
Try to use " instead of '
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallace582 committed Jan 7, 2024
1 parent 875358b commit 7d166d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

services:
database:
image: ${{ fromJson( '{"mysql5": "mysql:5.7", "mysql": "mysql:8.0", "mariadb": "mariadb:10.5"}' )[matrix.adapter] }}
image: ${{ fromJson( "{'mysql5': 'mysql:5.7', 'mysql': 'mysql:8.0', 'mariadb': 'mariadb:10.5'}" )[matrix.adapter] }}
env:
MYSQL_ROOT_PASSWORD: dbt
ports:
Expand Down

0 comments on commit 7d166d5

Please sign in to comment.