Skip to content

[codex] Add pytest CI workflow#11

Merged
DavidJBianco merged 1 commit into
devfrom
codex/pytest-ci
May 13, 2026
Merged

[codex] Add pytest CI workflow#11
DavidJBianco merged 1 commit into
devfrom
codex/pytest-ci

Conversation

@DavidJBianco
Copy link
Copy Markdown
Collaborator

Summary

Adds the first GitHub Actions workflow for DECEIVE test automation.

The workflow runs pytest for pull requests targeting main or dev, and for pushes to main or dev. It validates Python 3.11, 3.12, and 3.13 using uv with frozen dependencies.

Validation

  • uv run pytest
  • uv run --frozen pytest

Notes

After this lands and runs once, configure branch protection/rulesets for dev and main to require the matrix checks:

  • Pytest / Python 3.11
  • Pytest / Python 3.12
  • Pytest / Python 3.13

@DavidJBianco DavidJBianco merged commit 0370343 into dev May 13, 2026
3 checks passed
@DavidJBianco DavidJBianco mentioned this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant