From 9ed87cdf9de4661fc88f52695dfccab1dce904b4 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Tue, 5 Mar 2024 09:59:20 +1100 Subject: [PATCH] Fix bad comments in CI workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b4a83..aced733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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