Skip to content

fix(test): Resolve import error and improve test mocking #372

fix(test): Resolve import error and improve test mocking

fix(test): Resolve import error and improve test mocking #372

name: BE lint & test
on:
push:
paths:
- 'backend/**'
- '.github/workflows/**'
jobs:
lint:
uses: ./.github/workflows/lint-python.yml
test:
needs:
- lint
uses: ./.github/workflows/test-python.yml