Skip to content

Merge pull request #290 from AxonFramework/fix/take-hierarchy-into-ac… #411

Merge pull request #290 from AxonFramework/fix/take-hierarchy-into-ac…

Merge pull request #290 from AxonFramework/fix/take-hierarchy-into-ac… #411

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Test plugin
uses: gradle/[email protected]
with:
arguments: test
- name: Verify plugin
uses: gradle/[email protected]
with:
arguments: verifyPlugin
concurrency:
group: ${{github.workflow}}-${{github.head_ref || github.run_id }}
cancel-in-progress: true