Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a GitHub Actions workflow for running tests with Tox #8

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

audreyfeldroy
Copy link
Member

@audreyfeldroy audreyfeldroy commented Jul 7, 2024

Create a GitHub Actions workflow for running tests with rye run tox.

  • GitHub Actions Workflow
    • Add a new workflow file .github/workflows/tests.yml.
    • Set the workflow to run on push and pull request events for the main branch.
    • Use an ubuntu-latest environment.
    • Set up a Python 3.12 environment.
    • Install dependencies using rye sync.
    • Run tests using rye run tox.

For more details, open the Copilot Workspace session.

@audreyfeldroy audreyfeldroy merged commit 41fb9d0 into main Jul 7, 2024
1 check passed
@audreyfeldroy audreyfeldroy deleted the audreyfeldroy/add-github-action-tox branch July 7, 2024 09:59
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