Skip to content

[Renovate Bot] Update dependency org.junit:junit-bom to v5.11.4 (#147) #136

[Renovate Bot] Update dependency org.junit:junit-bom to v5.11.4 (#147)

[Renovate Bot] Update dependency org.junit:junit-bom to v5.11.4 (#147) #136

name: 'Verify Team City Config'
on:
push:
branches:
- main
pull_request:
paths:
- '.teamcity/**'
jobs:
verfy-team-city-configs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
working-directory: ./.teamcity
run: mvn --batch-mode teamcity-configs:generate