Skip to content

Merge pull request #63 from uc-cdis/feat/metrics #6

Merge pull request #63 from uc-cdis/feat/metrics

Merge pull request #63 from uc-cdis/feat/metrics #6

Workflow file for this run

# push will run on every pushed commit to any branch (so this will rerun the tests
# once a branch gets merged to main in addition to any new commits on any branch)
on: push
name: CI
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Security:
name: Security Pipeline
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
with:
python-poetry: 'true'
secrets: inherit
UnitTest:
name: Python Unit Test with Postgres
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master
with:
test-script: 'test/ci_commands_script.sh'
python-version: '3.9'
use-cache: true