Skip to content

Commit b8c39ab

Browse files
authored
Start server before running unit tests in release process (#86)
1 parent ce83895 commit b8c39ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ jobs:
161161
--extra-index-url https://test.pypi.org/simple/ \
162162
"$PKG_NAME==$VERSION"
163163
164-
- name: Run unit tests
165-
run: just tests
166-
167164
- name: Start local Atlas
168165
working-directory: .
169166
run: bash scripts/start_local_atlas.sh
170167

168+
- name: Run unit tests
169+
run: just tests
170+
171171
- name: Install Ollama
172172
run: curl -fsSL https://ollama.com/install.sh | sh
173173

0 commit comments

Comments
 (0)