From e91b1a4adde04a6dcafae2ecb33ac88846b3157d Mon Sep 17 00:00:00 2001 From: Emma Lejeck Date: Sun, 23 Jul 2023 16:50:17 -0700 Subject: [PATCH] Install typesense service in test workflow --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67a63d6..33f6fe9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,12 @@ jobs: - '3.1.4' - '3.2.2' + services: + typesense: + image: typesense/typesense:0.24.1 + ports: + - 8108:8108 + steps: - uses: actions/checkout@v3