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