fixed run

This commit is contained in:
svhp 2023-12-01 10:44:06 +01:00
parent 45032f8ec3
commit 78ac12c5f9

View File

@ -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