Skip to content

Bump pl.allegro.tech.build.axion-release from 1.18.9 to 1.18.10 #195

Bump pl.allegro.tech.build.axion-release from 1.18.9 to 1.18.10

Bump pl.allegro.tech.build.axion-release from 1.18.9 to 1.18.10 #195

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@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Test
run: ./gradlew check -PcheckApi