Skip to content

Commit 539296f

Browse files
authored
Update build.yml
1 parent 19330da commit 539296f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
dotnet-version: ${{ matrix.dotnet-version }}
2121

2222
- name: Install dependencies
23-
run: dotnet restore
24-
23+
run: dotnet restore test/Danom.Mvc.Tests
24+
2525
- name: Build Core
2626
run: dotnet build src/Danom -c Release
2727

0 commit comments

Comments
 (0)