fixed run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user