Lab7/.gitea/workflows/ci.yml
pielakm 5f03816f0f
Some checks failed
First CI / build (push) Failing after 0s
First CI / test (push) Failing after 3s
usunięcie main.c, inicjacja .net
2024-11-22 14:19:09 +01:00

19 lines
356 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build using gcc
- 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