Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
POSTGRES_PASSWORD: password
POSTGRES_DB: alchemy_cms_dummy_test
ports: ["5432:5432"]
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd pg_isready --health-interval 1s --health-timeout 1s --health-retries 30
mariadb:
image: mariadb:latest
ports: ["3307:3306"]
Expand All @@ -155,7 +155,7 @@ jobs:
MARIADB_PASSWORD: password
MARIADB_DATABASE: alchemy_cms_dummy_test
MARIADB_ROOT_PASSWORD: password
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5
options: --health-cmd="mariadb-admin ping" --health-interval=1s --health-timeout=1s --health-retries=30
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
Expand Down
Loading