We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c371a commit e9077f7Copy full SHA for e9077f7
.github/workflows/cicd.yml
@@ -50,6 +50,8 @@ jobs:
50
51
- name: Run tests
52
run: bundle exec rspec
53
+ env:
54
+ OLLAMA_API_BASE: http://localhost:11434/v1 # dummy
55
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v5
0 commit comments