Skip to content

Commit f721ff8

Browse files
committed
Change: Simplify workflow by removing redundant restore and build steps in test command
1 parent 4657827 commit f721ff8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/onPullRequest-TestDotnet.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,5 @@ jobs:
1919
9.x
2020
10.x
2121
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-
2822
- name: Run tests
29-
run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release --no-restore --no-build
23+
run: dotnet test --solution CodeOfChaos.Ansi.slnx --configuration Release

0 commit comments

Comments
 (0)