Skip to content

run tests with coverage #12

run tests with coverage

run tests with coverage #12

Workflow file for this run

name: Python CI/CD
permissions:
contents: write
id-token: write
on:
push:
branches: ["*"]
tags: ["*"]
jobs:
python-ci-cd:
name: Python CI/CD
permissions:
contents: write
id-token: write
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
with:
run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
secrets: inherit