Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Change Git actions
  • Loading branch information
Arayik authored and Arayik committed Feb 23, 2023
commit 6d067071ce1ba44d917fc3a8c2c7323a0e077f6e
11 changes: 6 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:

services:
typesense:
image: typesense/typesense:latest
image: typesense/typesense:0.24.0
restart: on-failure
ports:
- 8108:8108
- "8108:8108"
volumes:
- ./typesense-data:/data
command: '--data-dir /data --api-key=xyz --enable-cors'

container:
image: kirschbaumdevelopment/laravel-test-runner:8.1
Expand All @@ -38,6 +42,3 @@ jobs:

- name: Run Tests
run: vendor/bin/phpunit --verbose
env:
TYPESENSE_HOST: localhost
TYPESENSE_PORT: 8108