This commit is contained in:
parent
78ac12c5f9
commit
50f303df6b
@ -1,4 +1,5 @@
|
|||||||
name: First CI
|
name: First CI
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -8,10 +9,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.x'
|
dotnet-version: "6.0.x"
|
||||||
run: dotnet restore
|
- run: dotnet restore
|
||||||
run: dotnet build
|
- run: dotnet build
|
||||||
test:
|
|
||||||
steps:
|
|
||||||
- name: trying to run
|
|
||||||
run: dotnet run
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user