updated tests workflow

This commit is contained in:
pushrbx 2024-01-25 23:39:12 +00:00
parent 4e890090d0
commit 06c210e55d

View File

@ -29,8 +29,11 @@ jobs:
image: typesense/typesense:0.24.1
ports:
- 8108:8108
volumes:
- typesense-data:/data
env:
TYPESENSE_API_KEY: jikan_testing
TYPESENSE_DATA_DIR: /data
steps:
- name: Checkout
uses: actions/checkout@v4