ci: another attempt for ci job
Some checks failed
Test if Server can be built / build-server (push) Failing after 19s
Some checks failed
Test if Server can be built / build-server (push) Failing after 19s
This commit is contained in:
parent
90cfb8075a
commit
81001c71a0
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue