Skip to content

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix #566

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix

Merge branch 'main' of https://github.com/GioeleBucci/TBOOOP into bugfix #566

name: CI
on:
push:
tags: '*'
branches-ignore:
- 'autodelivery**'
- 'bump-**'
- 'renovate/**'
paths-ignore:
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
- 'renovate.json'
pull_request:
workflow_dispatch:
jobs:
Build:
strategy:
matrix:
os: [windows, macos, ubuntu]
jvm_version: [17, 18, 19]
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected]
with:
java-version: ${{ matrix.jvm_version }}
should-run-codecov: false
should-deploy: false
should-validate-wrapper: ${{ matrix.os == 'ubuntu' && matrix.jvm_version == '17' }}