Nowe CI
Some checks failed
Second CI / build (push) Failing after 9s
Third CI / build (push) Successful in 45s

This commit is contained in:
haaaniaaa 2024-11-22 13:45:07 +01:00
parent 8ccd75bf33
commit 22bb6f5068

17
.gitea/workflows/ci2.yml Normal file
View File

@ -0,0 +1,17 @@
name: Third CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run