ci: attempt to fix syntax
Some checks reported warnings
Test if Server can be built / build-server (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2023-08-13 18:41:18 +02:00
parent 4478dac2be
commit 68c3fa7530

View file

@ -9,5 +9,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- dotnet restore --packages
- dotnet build --no-restore
commands:
- dotnet restore --packages
- dotnet build --no-restore