Skip to content

splashsound (#261) #436

splashsound (#261)

splashsound (#261) #436

Workflow file for this run

name: Java CI
on:
push:
branches: [ development, master ]
paths-ignore:
- "docs/**"
pull_request:
branches: [ development ]
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 21
- name: Cache Maven packages
uses: actions/[email protected]
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: xvfb-run mvn package
- name: Run Sonar analysis
run: xvfb-run mvn -Dsonar.login=${{ secrets.SONAR_LOGIN }} jacoco:prepare-agent install jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:RELEASE:sonar