Skip to content

Commit b67a917

Browse files
committed
Just test
1 parent 0c87d96 commit b67a917

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@ jobs:
2727
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: "9.0"
30-
-
31-
name: Restore
32-
run: |
33-
dotnet restore
34-
-
35-
name: Build
36-
run: |
37-
dotnet build -c "Debug" --no-restore
3830
-
3931
name: Run tests
4032
run: |
41-
dotnet test -c "Debug" --no-build
33+
dotnet test
4234
-
4335
name: Upload Test Results
4436
if: always()

0 commit comments

Comments
 (0)