Skip to content

Bump pl.allegro.tech.build.axion-release from 1.15.5 to 1.16.0 #138

Bump pl.allegro.tech.build.axion-release from 1.15.5 to 1.16.0

Bump pl.allegro.tech.build.axion-release from 1.15.5 to 1.16.0 #138

Workflow file for this run

name: PR build
on:
pull_request
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Test
run: ./gradlew check -PcheckApi