This commit is contained in:
parent
78ac12c5f9
commit
50f303df6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user