We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4657827 commit f721ff8Copy full SHA for f721ff8
.github/workflows/onPullRequest-TestDotnet.yml
@@ -19,11 +19,5 @@ jobs:
19
9.x
20
10.x
21
22
- - name: Restore dependencies
23
- run: dotnet restore CodeOfChaos.Ansi.slnx
24
-
25
- - name: Build
26
- run: dotnet build CodeOfChaos.Ansi.slnx --configuration Release --no-restore
27
28
- name: Run tests
29
- run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release --no-restore --no-build
+ run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release
0 commit comments