Skip to content

Fix combine CLI producing empty output with invalid data (#56) #166

Fix combine CLI producing empty output with invalid data (#56)

Fix combine CLI producing empty output with invalid data (#56) #166

Workflow file for this run

name: Run pytest on pgscatalog.core
on:
push:
paths:
- 'pgscatalog.core/**.py'
pull_request:
paths:
- 'pgscatalog.core/**.py'
jobs:
pytest-core:
uses: ./.github/workflows/pytest.yaml
with:
package-directory: "pgscatalog.core"