Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Merge pull request #7 from io7m/dependabot/maven/develop/ch.qos.logba… #40

Merge pull request #7 from io7m/dependabot/maven/develop/ch.qos.logba…

Merge pull request #7 from io7m/dependabot/maven/develop/ch.qos.logba… #40

name: main.linux.temurin.current
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: 22
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.oatfield.tests/target/surefire-reports