Peass Multimodule Renamed develop #3387
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Peass Multimodule Renamed develop | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
schedule: | |
- cron: "0 */8 * * *" | |
jobs: | |
runDemo: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
java: [ 11, 17 ] | |
fail-fast: false | |
name: Multimodule Renamed ${{ matrix.java }} rcaStrategy | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up JDK ${{ matrix.java }} | |
uses: actions/setup-java@v4 | |
with: | |
java-version: ${{ matrix.java }} | |
distribution: 'temurin' | |
- name: executeAll | |
run: cd demo-multimodule-renamed && ./executeAll.sh develop UNTIL_SOURCE_CHANGE |