Skip to content

Remove temporary_transaction and une client_class #540

Remove temporary_transaction and une client_class

Remove temporary_transaction and une client_class #540

Workflow file for this run

name: pytest
on:
push:
paths:
- 'backend/**'
branches:
- main
- hotfixes
- develop
pull_request:
paths:
- 'backend/**'
branches:
- main
- hotfixes
- develop
jobs:
build:
strategy:
fail-fast: false
matrix:
geonature_ref: ["develop"] # Mettre version compatible
uses: pnx-si/geonature/.github/workflows/gn-module-pytest.yml@develop
with:
geonature_ref: ${{ matrix.geonature_ref }}
upload_coverage: true
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}