Skip to content

Commit 366d561

Browse files
Update main.yml
1 parent 9099b9d commit 366d561

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)