Commented all steps except test
Some checks failed
Test and build / test (push) Failing after 41s

This commit is contained in:
mdnapo 2024-10-06 11:24:53 +02:00
parent 2918f87911
commit e95bd759c3

View File

@ -10,9 +10,10 @@ jobs:
- uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: "Run dotnet restore"
run: dotnet restore
- name: "Run dotnet build"
run: dotnet build --no-restore
# - name: "Run dotnet restore"
# run: dotnet restore
# - name: "Run dotnet build"
# run: dotnet build --no-restore
- name: "Test the image"
run: dotnet test --no-build --verbosity normal
# run: dotnet test --no-build --verbosity normal
run: dotnet test