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,15 +1,14 @@
name: Test if Server can be built name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application run-name: ${{ gitea.actor }} is building the Server application
on: [push] on: [ push ]
runs-on: [ubuntu-22.04]
jobs: jobs:
build-server: build-server:
runs-on: mcr.microsoft.com/dotnet/sdk:latest container: mcr.microsoft.com/dotnet/sdk:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
commands: commands:
- dotnet restore --packages - dotnet restore --packages
- dotnet build --no-restore - dotnet build --no-restore