fixed run
This commit is contained in:
parent
45032f8ec3
commit
78ac12c5f9
@ -1,5 +1,6 @@
|
|||||||
name: First CI
|
name: First CI
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -8,8 +9,8 @@ jobs:
|
|||||||
- 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:
|
test:
|
||||||
steps:
|
steps:
|
||||||
- name: trying to run
|
- name: trying to run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user