Skip to content

Commit

Permalink
Fixes for colima
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Jan 31, 2024
1 parent fdb7db0 commit 2e76c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install and start dependencies
run: |
brew install docker
colima start
# https://github.com/abiosoft/colima/issues/424#issuecomment-1335912905
colima delete
colima start --arch x86_64
- name: Run Typesense
run: |
Expand Down

0 comments on commit 2e76c72

Please sign in to comment.