Skip to content

Commit e9077f7

Browse files
committed
fix: add dummy OLLAMA_API_BASE environment variable for test execution
1 parent 89c371a commit e9077f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
- name: Run tests
5252
run: bundle exec rspec
53+
env:
54+
OLLAMA_API_BASE: http://localhost:11434/v1 # dummy
5355

5456
- name: Upload coverage to Codecov
5557
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)