Skip to content

Commit 2c317ab

Browse files
Yml build file adjustment
1 parent 61492c0 commit 2c317ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
24-
run: dotnet restore ./Dfe.Data.SearchPrototype.sln
24+
run: dotnet restore ./DfE.Data.SearchPrototype.sln
2525
- name: Build
26-
run: dotnet ./Dfe.Data.SearchPrototype.sln --no-restore
26+
run: dotnet ./DfE.Data.SearchPrototype.sln --no-restore
2727
- name: Test
28-
run: dotnet ./Dfe.Data.SearchPrototype.sln --no-build --verbosity normal
28+
run: dotnet ./DfE.Data.SearchPrototype.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)