Skip to content

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2 #1391

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2

⬆️ Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2 #1391

Workflow file for this run

name: All Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: All Tests
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw verify
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
- name: Check clean git state
run: ./.github/workflows/check-clean-git-state.sh