Skip to content

Commit 8dfe6c8

Browse files
authored
Update test-build.yml
1 parent 4e8190c commit 8dfe6c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
restore-keys: ${{ runner.os }}-gradle
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew
28+
- name: Generate Data
29+
run: ./gradlew runData
2830
- name: Build with Gradle
29-
run: ./gradlew publish
31+
run: ./gradlew jar
3032
env:
3133
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)