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 ac886c5 commit 529677fCopy full SHA for 529677f
action.yml
@@ -1,9 +1,9 @@
1
-name: "Run Stryker.NET"
+name: "Run mutation test"
2
author: "Tom van den Berg"
3
-description: "Github action to run Stryker.NET"
+description: "Github action to run Stryker to validate your tests"
4
branding:
5
icon: 'zap'
6
- color: 'green'
+ color: 'red'
7
inputs:
8
testProject:
9
description: "The path to the test project directory (e.g. BusinessLogic.Test/)"
0 commit comments