lab7/.gitea/workflows/ci2.yml
haaaniaaa 22bb6f5068
Some checks failed
Second CI / build (push) Failing after 9s
Third CI / build (push) Successful in 45s
Nowe CI
2024-11-22 13:45:07 +01:00

18 lines
349 B
YAML

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