Skip to content

Refactored hourly GitHub actions #109

Refactored hourly GitHub actions

Refactored hourly GitHub actions #109

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
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