Skip to content

Commit

Permalink
Fixed GitHub action
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Hoard <[email protected]>
  • Loading branch information
dhoard authored Oct 31, 2024
1 parent 58c383e commit 0d140ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
distribution: 'corretto'
cache: maven
- name: Build
run: |
./integration_test_suite/pull-smoke-test-docker-images.sh
./mvnw --batch-mode clean install
./mvnw --batch-mode javadoc:jar
./mvnw --batch-mode javadoc:jar

0 comments on commit 0d140ee

Please sign in to comment.