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