Skip to content

Commit

Permalink
change clean step name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgun committed Oct 24, 2023
1 parent a19fd2f commit 88b9c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test solution
run: dotnet test --no-build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} --verbosity normal

- name: Cleanup solution
- name: Clean solution
run: dotnet clean

- name: Analyze solution
Expand Down

0 comments on commit 88b9c87

Please sign in to comment.