Skip to content

ci: add GitHub Actions workflow to run tests on PRs to main#14

Merged
dimalvovs merged 2 commits intomainfrom
copilot/implement-test-action-pr-main
Mar 26, 2026
Merged

ci: add GitHub Actions workflow to run tests on PRs to main#14
dimalvovs merged 2 commits intomainfrom
copilot/implement-test-action-pr-main

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 25, 2026

No CI existed to validate pull requests against the main branch.

Changes

  • .github/workflows/tests.yml — new workflow triggered on pull_request targeting main:
    • Sets up Python 3.12 on ubuntu-latest
    • Installs requirements.txt + pytest
    • Runs python3 -m pytest tests/ -v
    • Scopes GITHUB_TOKEN to contents: read (least-privilege)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add action to run tests on pull request to main branch ci: add GitHub Actions workflow to run tests on PRs to main Mar 25, 2026
Copilot AI requested a review from dimalvovs March 25, 2026 22:55
@dimalvovs dimalvovs marked this pull request as ready for review March 26, 2026 14:34
@dimalvovs dimalvovs merged commit 565842d into main Mar 26, 2026
1 check passed
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.

2 participants