Skip to content

Commit 85f4c3f

Browse files
committed
Add release-related task verification to regular CI
1 parent e2f8b45 commit 85f4c3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
2929
build-scan-terms-of-use-agree: "yes"
3030

31-
- name: Test
31+
- name: Check release generation
32+
run: |
33+
./gradlew docs:all fatJar
34+
35+
- name: Regression tests and code coverage
3236
run: |
3337
./gradlew test jacocoTestReport --scan
3438

0 commit comments

Comments
 (0)