feat: add build/test CI pipeline and dependabot
- Add .NET CI pipeline (restore, build --warnaserror, test on JP branch) - Add Dependabot for nuget and github-actions ecosystems Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
This commit is contained in:
@@ -15,13 +15,13 @@ jobs:
|
||||
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '10.0.x'
|
||||
dotnet-version: "8.x"
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Restore
|
||||
run: dotnet restore Svrnty.CQRS.sln
|
||||
|
||||
- name: Build (warnings as errors)
|
||||
run: dotnet build --no-restore --warnaserror
|
||||
- name: Build
|
||||
run: dotnet build Svrnty.CQRS.sln --no-restore --warnaserror
|
||||
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
run: dotnet test Svrnty.CQRS.sln --no-build --verbosity normal
|
||||
|
||||
Reference in New Issue
Block a user