Skip to content

viktor-bd/DevOps-Calculator-CI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Calculator CI (minimal demo)

CI

This small exam project demonstrates a minimal Continuous Integration pipeline with automated tests to improve software quality and detect faults early.

Key points

  • Language: C# (.NET 6 minimal API)
  • Tests: xUnit unit tests and integration tests
  • CI: GitHub Actions runs restore, build and tests on push/PR to main

Quick commands (run from repository root DevOps-Calculator-CI/)

dotnet restore
dotnet build --configuration Release
dotnet test tests/Api.UnitTests/Api.UnitTests.csproj --no-build --configuration Release
dotnet test tests/Api.IntegrationTests/Api.IntegrationTests.csproj --no-build --configuration Release

Test pipeline.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages