Skip to content

Commit

Permalink
Fix bad comments in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 4, 2024
1 parent ac0355f commit 9ed87cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ permissions:

jobs:
test:
Set up a Postgres DB service. By default, Phoenix applications
use Postgres. This creates a database for running tests.
Additional services can be defined here if required.
# Set up a Postgres DB service. By default, Phoenix applications
# use Postgres. This creates a database for running tests.
# Additional services can be defined here if required.
services:
db:
image: postgres:12
Expand Down

0 comments on commit 9ed87cd

Please sign in to comment.