Skip to content

Merge pull request #33146 from hashicorp/f-new-lexv2service-setup #1

Merge pull request #33146 from hashicorp/f-new-lexv2service-setup

Merge pull request #33146 from hashicorp/f-new-lexv2service-setup #1

Workflow file for this run

name: TeamCity Config Generator
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- .teamcity/**
jobs:
validate-teamcity-config:
name: Validate TeamCity Configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: adopt
java-version: 17
cache: maven
- name: Build TeamCity Configuration
run: |
cd .teamcity
make tools
make validate