Skip to content

Commit ce67519

Browse files
authored
fix: let build and test build and restore itself
1 parent d1cf74c commit ce67519

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
with:
1919
dotnet-version: 10.0.x
2020

21-
- name: Restore
22-
run: dotnet restore
23-
2421
- name: Build
25-
run: dotnet build --configuration Release --no-restore
22+
run: dotnet build --configuration Release
2623

2724
- name: Test
28-
run: dotnet test --no-build
25+
run: dotnet test

0 commit comments

Comments
 (0)