Skip to content

chore(deps): bump beanie from 1.26.0 to 1.27.0 (#500) #1699

chore(deps): bump beanie from 1.26.0 to 1.27.0 (#500)

chore(deps): bump beanie from 1.26.0 to 1.27.0 (#500) #1699

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Set up Poetry 2.1.0
uses: abatilo/[email protected]
with:
poetry-version: 1.1.2
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 4.4
- name: Run tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
ACCESS_TOKEN_SECRET_KEY: ${{ secrets.ACCESS_TOKEN_SECRET_KEY }}
REFRESH_TOKEN_SECRET_KEY: ${{ secrets.REFRESH_TOKEN_SECRET_KEY }}
run: make tests
- name: Upload coverage
uses: codecov/codecov-action@v4