Skip to content

chore(deps-dev): bump ruff from 0.5.5 to 0.5.6 #209

chore(deps-dev): bump ruff from 0.5.5 to 0.5.6

chore(deps-dev): bump ruff from 0.5.5 to 0.5.6 #209

Workflow file for this run

name: Tests
on:
- push
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
unittests:
strategy:
matrix:
python-version: [ '3.12' ]
name: Unit Tests
uses: SanctumLabs/ci-workflows/.github/workflows/python-test-with-postgres.yml@main
with:
command: make test
python-version: ${{ matrix.python-version }}
packager: poetry
database-name: dbkit-sql
database-username: sanctumlabs
database-password: sanctumlabs
database-port: 5432