Skip to content

Commit bc64e5e

Browse files
committed
ci: auto-generate stubs during test run
1 parent 85175e4 commit bc64e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: gradle downloadLatestReleaseJars --no-daemon
5151

5252
- name: Run test suite
53-
run: gradle test --no-daemon
53+
run: gradle test --no-daemon -PautoGenerateStubs
5454

5555
- name: Upload release summaries
5656
if: always()

0 commit comments

Comments
 (0)