Skip to content

Commit c62f417

Browse files
authored
Merge pull request #45 from haydenhoang/fix-ci
fix CI: qemu is required to emulate x86_64
2 parents 0f6c550 + 4d6d9f3 commit c62f417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install and start dependencies
2323
run: |
2424
brew install docker
25+
brew install qemu
2526
brew install colima
2627
# https://github.com/abiosoft/colima/issues/424#issuecomment-1335912905
2728
colima delete
@@ -32,7 +33,7 @@ jobs:
3233
mkdir $(pwd)/typesense-data
3334
docker run -p 8108:8108 \
3435
-d \
35-
-v$(pwd)/typesense-data:/data typesense/typesense:27.0 \
36+
-v$(pwd)/typesense-data:/data typesense/typesense:28.0 \
3637
--data-dir /data \
3738
--api-key=xyz \
3839
--enable-cors

0 commit comments

Comments
 (0)