From fef27595929229359a790cf866bb75b6b15d3c12 Mon Sep 17 00:00:00 2001 From: pushrbx Date: Fri, 26 Jan 2024 00:15:59 +0000 Subject: [PATCH] updated tests workflow --- .github/workflows/tests.yml | 3 +++ config/database.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43d594d..9bd3edf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,9 @@ jobs: run: | docker run --rm --network host mongo:6 mongosh localhost:27017 --eval "db.runCommand({ serverStatus: 1 })" + - name: Show Typesense server status + run: curl -s -f http://localhost:8108/health + - name: Setup extension cache id: extcache uses: shivammathur/cache-extensions@v1 diff --git a/config/database.php b/config/database.php index 1e38df4..bd2be8c 100644 --- a/config/database.php +++ b/config/database.php @@ -1,6 +1,6 @@