Skip to content

Commit 85d2152

Browse files
committed
Mark shfmt as a test that needs a special dependency.
1 parent 0f36d0f commit 85d2152

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/special-tests.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
apply plugin: 'com.adarshr.test-logger'
22
def special = [
3-
'Npm',
43
'Black',
4+
'Buf',
55
'Clang',
6-
'Buf'
6+
'Npm',
7+
'Shfmt'
78
]
89

910
boolean isCiServer = System.getenv().containsKey("CI")

0 commit comments

Comments
 (0)