Skip to content

Commit cade6c4

Browse files
author
fabien.menager
committed
Remove redundant restore step from dotnet-test.yml
1 parent 172a2af commit cade6c4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
- name: Display dotnet version
3333
run: dotnet --version
3434

35-
- name: Restore dependencies
36-
run: dotnet restore
37-
3835
- name: Build
39-
run: dotnet build PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --no-restore --framework ${{ matrix.dotnet.tfm }}
36+
run: dotnet build PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --framework ${{ matrix.dotnet.tfm }}
4037

4138
- name: Test
4239
run: dotnet test PhenX.EntityFrameworkCore.BulkInsert.Net10.slnx --no-build --verbosity normal --framework ${{ matrix.dotnet.tfm }}

0 commit comments

Comments
 (0)