Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse0017782 authored Jul 16, 2024
1 parent 959bd51 commit 68b308e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# certain platforms or Java versions, and provides a first line of defence
# against bad commits.

name: build
name: datagen and build
on: [pull_request, push]

jobs:
Expand All @@ -27,6 +27,8 @@ jobs:
distribution: 'microsoft'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: datagen
run: ./gradlew runDatagen
- name: build
run: ./gradlew build
- name: capture build artifacts
Expand Down

0 comments on commit 68b308e

Please sign in to comment.