Skip to content

Commit

Permalink
change tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Jan 7, 2025
1 parent 8b3e5fd commit 66e328e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
services:
postgres:
image: postgres:14
ports: [ "5432:5432" ]
ports: ["5432:5432"]
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down Expand Up @@ -160,3 +160,5 @@ jobs:
with:
name: screenshots
path: ./spec/decidim_dummy_app/tmp/screenshots
if-no-files-found: ignore
overwrite: true

0 comments on commit 66e328e

Please sign in to comment.