Files
ci_pipe/.gitea/workflows/ci.yml
mykola-derevianko 71db56c09c
Some checks failed
First CI / build (push) Failing after 35s
Dotnet CI Pipeline
2025-11-21 10:55:27 +01:00

17 lines
346 B
YAML

name: First 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