format
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
dotnet package / build (8.0.x) (push) Failing after 23s

This commit is contained in:
2024-05-31 22:56:21 +02:00
parent c5fdb625b1
commit 8c8de752e2

View File

@@ -11,14 +11,14 @@ jobs:
dotnet-version: [ '8.0.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Install dependencies
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
- name: Build
run: dotnet build .\src\LittleTown.sln
- name: Test with the dotnet CLI
- name: Test with the dotnet CLI
run: dotnet test .\src\LittleTown.sln