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 a9d4f6b commit a0fde3eCopy full SHA for a0fde3e
.github/workflows/build.yml
@@ -21,4 +21,4 @@ jobs:
21
restore-keys: |
22
${{ runner.os }}-dagger-cache-
23
- name: Building dagger core. All dependent sub project would be built as part of this
24
- run: ./gradlew build --no-daemon --info --stacktrace
+ run: ./gradlew test --tests com.gotocompany.dagger.core.processors.longbow.data.LongbowProtoDataTest
0 commit comments