Skip to content

[29] use reusable workflow for testing #21

[29] use reusable workflow for testing

[29] use reusable workflow for testing #21

Workflow file for this run

name: Dev workflow
on:
pull_request:
branches: [main, deploy-test]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-test-workflow:
uses: GNS-Science/nshm-github-actions/.github/workflows/python-run-tests.yml@main
with:
operating-systems: "['ubuntu-latest']"
python-versions: "['3.10']"
secrets: inherit