ci: add missing runs-on
Some checks failed
Test if Server can be built / build-server (push) Failing after 0s
Test if Server can be built / sonarqube (push) Has been skipped

This commit is contained in:
Timothy Schenk 2023-11-01 18:42:49 +01:00
parent a7fddf6c02
commit 5a80c9b99c

View file

@ -4,6 +4,7 @@ on: [ push ]
jobs: jobs:
build-server: build-server:
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup dotnet - name: Setup dotnet