ci: test attempt?
Some checks failed
Test if Server can be built / build-server (push) Failing after 1s
Test if Server can be built / sonarqube (push) Has been skipped

This commit is contained in:
Timothy Schenk 2023-11-01 18:46:38 +01:00
parent 5ce3895819
commit 4dafb56e0a

View file

@ -11,8 +11,7 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 7.0
run: |
dotnet build Continuity -c Release
run: dotnet build Continuity -c Release
# dotnet test Continuity.Tests -c Release
sonarqube:
needs: build-server