mirror of
https://github.com/cagritaskn/SplitWire-Turkey.git
synced 2026-04-27 05:25:53 +03:00
[PR #70] feat: add comprehensive CI/CD pipeline with GitHub Actions #141
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SplitWire-Turkey#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cagritaskn/SplitWire-Turkey/pull/70
Author: @ramazansancar
Created: 9/26/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (5)
f4c6d35feat: add comprehensive CI/CD pipeline with GitHub Actionsed36c64fix ci error.0d27421fix ci workflows fixed.af87584fix: ci fixed.07c0c00fix: ci error fixed.📊 Changes
14 files changed (+1659 additions, -0 deletions)
View changed files
➕
.github/workflows/cache-optimization.yml(+107 -0)➕
.github/workflows/ci.yml(+229 -0)➕
.github/workflows/manual-test-runner.yml(+122 -0)➕
.github/workflows/nightly-tests.yml(+226 -0)➕
.github/workflows/pr-validation.yml(+148 -0)➕
.github/workflows/windows-specific-tests.yml(+159 -0)📝
README.md(+7 -0)➕
src/SplitWireTurkey.Tests/IntegrationTests.cs(+93 -0)➕
src/SplitWireTurkey.Tests/LanguageManagerTests.cs(+148 -0)➕
src/SplitWireTurkey.Tests/SplitWire-Turkey.Tests.csproj(+31 -0)➕
src/SplitWireTurkey.Tests/TestHelper.cs(+84 -0)➕
src/SplitWireTurkey.Tests/VersionHelperTests.cs(+94 -0)➕
src/SplitWireTurkey.Tests/WindowsSpecificTests.cs(+199 -0)➕
src/SplitWireTurkey.Tests/xunit.runner.json(+12 -0)📄 Description
Features:
✅ Automated testing on every push and PR
✅ Multi .NET version compatibility (6.0, 8.0, 9.0)
✅ Code quality analysis and security scanning
✅ Windows platform-specific testing
✅ Manual workflow triggering with custom parameters
✅ Comprehensive test coverage reporting
✅ Dependency vulnerability checking
✅ Build artifact management
All workflows optimized for windows-latest runner with PowerShell scripts.
It's not stable yet. Maybe some fixes would be nice. @cagritaskn
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.