Skip to content

Commit

Permalink
Try to get GitHub Actions working...
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 5, 2024
1 parent 4bbee3e commit 671c44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 37 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/test-external.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
os:
- ubuntu
- macos

ruby:
- "3.1"
Expand All @@ -45,6 +44,11 @@ jobs:
ruby-version: ${{matrix.ruby}}
bundler-cache: true

- name: Install ollama
run: |
curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3
- name: Run tests
timeout-minutes: 10
run: bundle exec bake test

0 comments on commit 671c44e

Please sign in to comment.