Skip to content

chore(ci): remove legacy committed badge files #2

chore(ci): remove legacy committed badge files

chore(ci): remove legacy committed badge files #2

name: Integration Tests
on:
push:
branches:
- '**'
pull_request:
jobs:
integration-tests:
name: Integration Tests (Java 25)
runs-on: ubuntu-latest
env:
DBC_USERNAME: ${{ secrets.DBC_USERNAME }}
DBC_PASSWORD: ${{ secrets.DBC_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java 25
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 25
cache: maven
- name: Run integration tests
run: mvn --batch-mode --errors --fail-at-end --show-version -Djava.release=25 -Dtest=Online*IntegrationTest test
- name: Upload integration test results
if: always()
uses: actions/upload-artifact@v4
with:
name: integration-test-results
path: target/surefire-reports/