Update .gitea/workflows/ci3.yml
Some checks failed
Second CI / build (push) Failing after 9s
Third CI / build (push) Successful in 56s

This commit is contained in:
hanusia 2024-11-22 13:06:25 +00:00
parent 7753ef1fc1
commit 6835aff521

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3 - uses: actions/setup-dotnet@v3
with: with:
dotnet-version: '8.0.x' dotnet-version: '8.0.x'
- run: dotnet restore - run: dotnet restore
- run: dotnet build - run: dotnet build
- run: dotnet test - run: dotnet test