Skip to content

feat: workflows python package and common container for them #3

feat: workflows python package and common container for them

feat: workflows python package and common container for them #3

Workflow file for this run

name: code tests
on:
push:
branches:
- main
paths:
- "python/**"
- ".github/workflows/code-test.yaml"
pull_request:
paths:
- "python/**"
- ".github/workflows/code-test.yaml"
workflow_dispatch:
jobs:
understack-workflows:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python/understack-workflows
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: python/understack-workflows/pyproject.toml
- run: pip install . pytest pytest-github-actions-annotate-failures
- run: pytest