Skip to content

Commit a0fde3e

Browse files
committed
fix: print kv for scanresult data
1 parent a9d4f6b commit a0fde3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-dagger-cache-
2323
- name: Building dagger core. All dependent sub project would be built as part of this
24-
run: ./gradlew build --no-daemon --info --stacktrace
24+
run: ./gradlew test --tests com.gotocompany.dagger.core.processors.longbow.data.LongbowProtoDataTest

0 commit comments

Comments
 (0)