File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
- name : Build and test Ollama integration
138
138
run : |
139
139
set -e
140
- cargo make --cwd llm build-ollama
140
+ cargo make build
141
141
cd test
142
142
golem-cli app build -b ollama-debug
143
143
golem-cli app deploy -b ollama-debug
Original file line number Diff line number Diff line change @@ -93,16 +93,6 @@ script_runner = "@duckscript"
93
93
script = '''
94
94
domains = array llm web-search
95
95
96
- # since it depends on build artifacts
97
- if is_empty ${1}
98
- for domain in ${domains}
99
- exec cargo make --cwd ${domain} build
100
- end
101
- else
102
- exec cargo make --cwd ${1} build
103
- end
104
-
105
-
106
96
# if there is no domain passed run for every domain
107
97
if is_empty ${1}
108
98
for domain in ${domains}
You can’t perform that action at this time.
0 commit comments