Skip to content

Commit

Permalink
Mark shfmt as a test that needs a special dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 15, 2024
1 parent 0f36d0f commit 85d2152
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/special-tests.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
apply plugin: 'com.adarshr.test-logger'
def special = [
'Npm',
'Black',
'Buf',
'Clang',
'Buf'
'Npm',
'Shfmt'
]

boolean isCiServer = System.getenv().containsKey("CI")
Expand Down

0 comments on commit 85d2152

Please sign in to comment.