Skip to content

Conversation

@moheladwy
Copy link

Description

This pull request adds continuous integration testing to the SharpIDE project and updates workflow actions to their latest versions.

Changes:

New Feature: Create GitHub Actions workflow (run-tests.yml) for automated testing

  • Triggers on pull requests to main
  • Triggers on pushes to non-main branches
  • Includes .NET 10.0.x and Godot 4.5.1 setup
  • Runs dotnet restore, build, and test commands

Update: Upgrade actions/checkout from v5 to v6 in create-release.yml workflow

  • Brings the release workflow in line with latest GitHub Actions best practices

Project Organization: Added run-tests.yml to SharpIDE.sln for visibility in the IDE

Benefits

  • Ensures code quality through continuous testing
  • Automated validation of pull requests before merge
  • Reduced manual testing effort
  • Maintains consistency across the development workflow

Testing

The new workflow will automatically run tests on all pull requests and feature branch pushes, ensuring all changes are validated before merging to main.

Copilot AI review requested due to automatic review settings December 9, 2025 22:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR establishes continuous integration testing infrastructure for the SharpIDE project and modernizes the release workflow by updating the checkout action version.

Key changes:

  • Adds automated test workflow (run-tests.yml) that triggers on PRs to main and pushes to feature branches
  • Updates actions/checkout from v5 to v6 in the release workflow
  • Integrates the new workflow file into the Visual Studio solution for IDE visibility

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/run-tests.yml New CI workflow for automated testing with .NET 10.0.x and Godot 4.5.1 setup
.github/workflows/create-release.yml Updates checkout action from v5 to v6 for latest GitHub Actions features
SharpIDE.sln Adds run-tests.yml to the workflows solution folder for IDE visibility

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

moheladwy and others added 3 commits December 13, 2025 12:12
- Create new GitHub Actions workflow (run-tests.yml) to automatically build and run tests on pull requests and non-main branch pushes
- Configure workflow to trigger on pushes to branches other than main and pull requests
- Add .NET 10.0.x and Godot 4.5.1 setup steps for test environment
- Update actions/checkout action from v5 to v6 in create-release.yml workflow
- Add run-tests.yml to SharpIDE.sln for project visibility

This ensures code quality is maintained through continuous testing of the entire solution.
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