Skip to content

Commit

Permalink
add pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Oct 17, 2024
1 parent ed440e2 commit 4128b7e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: pytest

on:
push:
branches:
- main
- develop
pull_request:
workflow_call:

jobs:
build:
uses: pnx-si/geonature/.github/workflows/gn-module-pytest.yml@feat/gn-module-pytest
with:
geonature_ref: "feat/extended-permissions"

0 comments on commit 4128b7e

Please sign in to comment.