Skip to content

Commit 10f8aa9

Browse files
Starts local mongodb with supercharge in release.yml (#17)
1 parent e9bd4e0 commit 10f8aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
--extra-index-url https://test.pypi.org/simple/ \
157157
"$PKG_NAME==$VERSION"
158158
159+
- name: Start MongoDB
160+
uses: supercharge/[email protected]
161+
159162
- name: Run unit tests
160163
run: make tests
161164
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)