Skip to content

Commit 877d3a2

Browse files
authored
Fix error for skip_tests flag for building (#162)
* Fix error for skip_tests flag for building and publishing to maven * change vulnerability_scan_only and publish_vulnerabilities from string to boolean * Change skip_tests flag to string * Add quote
1 parent 492ea6c commit 877d3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shared-build-and-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
default: '.'
2323
skip_tests:
2424
description: If true, will skip tests when building and running unit tests. Defaults to false. Set to true for repos without tests.
25-
type: boolean
26-
default: false
25+
type: string
26+
default: 'false'
2727

2828
jobs:
2929
build:

0 commit comments

Comments
 (0)