mirage22 is robo4j runner #37
Workflow file for this run
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: robo4j-build-actions | |
run-name: ${{ github.actor }} is robo4j runner | |
on: | |
push: | |
branches: | |
- 'master' | |
- 'feature/**' | |
jobs: | |
robo4j-install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: 'temurin' | |
java-version: '21' | |
cache: 'maven' | |
- name: mvn clean install | |
run: mvn clean install |