Update stack-healthcheck.yml

This commit is contained in:
Elliot Matson 2024-05-09 19:35:37 -05:00 committed by GitHub
parent 2da3272ec6
commit 5fe62c074d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
permissions: read-all
jobs: jobs:
test: test:
name: Test Stack name: Test Stack
@ -18,4 +20,4 @@ jobs:
- name: Check database creation - name: Check database creation
run: docker compose logs | grep "Success. You can now start the database server" run: docker compose logs | grep "Success. You can now start the database server"
- name: Check postgres init - name: Check postgres init
run: docker compose logs | grep "PostgreSQL init process complete; ready for start up." run: docker compose logs | grep "PostgreSQL init process complete; ready for start up."