Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadnowzari authored Mar 24, 2024
1 parent 0ffb8d8 commit 27917f1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- run: cd src/Neo4j.Berries.OGM
- run: dotnet build --no-restore
- run: cd ../../tests/Neo4j.Berries.OGM.Tests
- run: dotnet test --no-build --verbosity normal
- run: dotnet build -c Release
test:
runs-on: ubuntu-latest
steps:
- run: cd tests/Neo4j.Berries.OGM.Tests
- run: dotnet test -c Release

0 comments on commit 27917f1

Please sign in to comment.