Skip to content

Commit

Permalink
build: fix test step vs nbgv
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed Apr 27, 2023
1 parent a4b68dc commit 45ce4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch full history for NBGV

- run: dotnet restore --locked-mode XO.EntityFrameworkCore.Tests
- run: dotnet build --no-restore -c Release -f ${{ matrix.framework }} XO.EntityFrameworkCore.Tests
Expand Down

0 comments on commit 45ce4e8

Please sign in to comment.