Skip to content

#3941 move ResolveMojo tests to integration tests + divide tests into several ones #637

#3941 move ResolveMojo tests to integration tests + divide tests into several ones

#3941 move ResolveMojo tests to integration tests + divide tests into several ones #637

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: integration
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
integration:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ubuntu-surefire-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-surefire-jdk-21-maven-
- run: |
mvn clean install -PskipUTs --errors --batch-mode