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 7b7c416 commit e24cb46Copy full SHA for e24cb46
action.yml
@@ -1,13 +1,13 @@
1
-name: Conditional Container Builder with Fallback
2
-description: Build if trigger conditions are met, else use fallback image
+name: Unit Test and Analysis with SonarCloud
+description: Run unit tests (current node only), can send to SonarCloud
3
branding:
4
- icon: package
+ icon: check-square
5
color: blue
6
7
inputs:
8
### Required
9
commands:
10
- description: Command to run unit tests
+ description: Commands to run unit tests, start with '|' for multi-line
11
required: true
12
dir:
13
description: App/package directory
0 commit comments