Skip to content

Commit

Permalink
chore: initial test with mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 5, 2024
1 parent 7339600 commit 51f7bc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,22 @@ jobs:
latest,
rc
]
mongodb-version: [
"6.0",
"7.0",
]
adapter: [
"tiny",
"mongo"
]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
if: matrix.adapter == 'mongo'
- run: python --version
- run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 51f7bc0

Please sign in to comment.