Skip to content

bump org.jline.version from 3.25.0 to 3.25.1 #24

bump org.jline.version from 3.25.0 to 3.25.1

bump org.jline.version from 3.25.0 to 3.25.1 #24

name: main.linux.temurin.lts
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v4
if: always()
with:
name: test-logs
path: ./com.io7m.icatiro.tests/target/surefire-reports
- name: Coverage
uses: codecov/codecov-action@v4
with:
file: com.io7m.icatiro.tests/target/site/jacoco-aggregate/jacoco.xml