Skip to content

Commit

Permalink
Ensure tight quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 1, 2024
1 parent 31e3aea commit dc4d5c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
image: postgres:14
# Provide the credentials
env:
POSTGRES_USER: github
POSTGRES_PASSWORD: github
POSTGRES_DB: github_test
POSTGRES_USER: 'github'
POSTGRES_PASSWORD: 'github'
POSTGRES_DB: 'github_test'
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
coverage run manage.py test
coverage report
env:
DJANGO_SETTINGS_MODULE: chowist.settings.test
DJANGO_SETTINGS_MODULE: 'chowist.settings.test'

0 comments on commit dc4d5c5

Please sign in to comment.