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,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:
|
||||
|
|
Loading…
Reference in a new issue