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 9600b85af0d76a7195c525e621d35052ed6f2e5d
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15

services:
typesense:
image: typesense/typesense:latest
ports:
- 8108:8108

container:
image: kirschbaumdevelopment/laravel-test-runner:8.1

Expand All @@ -32,3 +38,6 @@ jobs:

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