Skip to content

Commit

Permalink
Install typesense service in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Jul 23, 2023
1 parent 9cfaab1 commit e91b1a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e91b1a4

Please sign in to comment.