Skip to content

e2e: rerun failed tests #1621

e2e: rerun failed tests

e2e: rerun failed tests #1621

Workflow file for this run

name: Test
on:
pull_request:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
push:
branches:
- 3.x
- 4.x
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
java: ['17', '21']
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build & test
run: |
mvn --batch-mode --no-transfer-progress install