continuity/.gitea/workflows/server.yaml
Timothy Schenk 90cfb8075a
Some checks reported warnings
Test if Server can be built / build-server (push) Has been cancelled
ci: attempt to fix ci
2023-08-13 18:49:37 +02:00

15 lines
368 B
YAML

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
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
commands:
- dotnet restore --packages
- dotnet build --no-restore