Skip to content

Commit

Permalink
Starts local mongodb with supercharge in release.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyclements authored Nov 22, 2024
1 parent e9bd4e0 commit 10f8aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
--extra-index-url https://test.pypi.org/simple/ \
"$PKG_NAME==$VERSION"
- name: Start MongoDB
uses: supercharge/[email protected]

- name: Run unit tests
run: make tests
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 10f8aa9

Please sign in to comment.