Skip to content

Commit 37aa223

Browse files
authored
Update dotnet.yml
1 parent f0d4ff9 commit 37aa223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
dotnet-version: 8.0.x
2020
- name: Restore dependencies
21-
run: dotnet restore
21+
run: dotnet restore src/SciterAPI.sln
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build --no-restore src/SciterAPI.sln
2424
- name: Test
25-
run: dotnet test --no-build --verbosity normal
25+
run: dotnet test --no-build --verbosity normal src/SciterAPI.sln

0 commit comments

Comments
 (0)