Test
All checks were successful
First CI / build (push) Successful in 50s

This commit is contained in:
svhp 2023-12-01 10:46:28 +01:00
parent 78ac12c5f9
commit 50f303df6b

View File

@ -1,4 +1,5 @@
name: First CI
on: [push]
jobs:
@ -8,10 +9,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
run: dotnet restore
run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run
dotnet-version: "6.0.x"
- run: dotnet restore
- run: dotnet build