Skip to content

use reusable pytest action from geonature #274

use reusable pytest action from geonature

use reusable pytest action from geonature #274

Workflow file for this run

name: pytest
on:
push:
branches:
- main
- develop
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
geonature_ref: ["master", "develop"]
uses: pnx-si/geonature/.github/workflows/gn-module-pytest.yml@feat/gn-module-pytest
with:
geonature_ref: ${{ matrix.geonature_ref }}