ci: another attempt for ci job
Some checks failed
Test if Server can be built / build-server (push) Failing after 19s

This commit is contained in:
Timothy Schenk 2023-08-13 18:52:46 +02:00
parent 90cfb8075a
commit 81001c71a0

View file

@ -1,11 +1,10 @@
name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
on: [ push ]
runs-on: [ubuntu-22.04]
jobs:
build-server:
runs-on: mcr.microsoft.com/dotnet/sdk:latest
container: mcr.microsoft.com/dotnet/sdk:latest
steps:
- uses: actions/checkout@v3
with: