Skip to content

Commit 448e6c0

Browse files
Add step to generate files in build workflow
1 parent 65e7f82 commit 448e6c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
distribution: 'microsoft'
2222
- name: make gradle wrapper executable
2323
run: chmod +x ./gradlew
24+
- name: generate files
25+
run: ./gradlew runDatagen
2426
- name: build
2527
run: ./gradlew build
2628
- name: capture build artifacts
2729
uses: actions/upload-artifact@v4
2830
with:
2931
name: Artifacts
30-
path: build/libs/
32+
path: build/libs/

0 commit comments

Comments
 (0)