Skip to content

Introduce OracleDatabase ExaData Infrastructure Resource & Data #1464

Introduce OracleDatabase ExaData Infrastructure Resource & Data

Introduce OracleDatabase ExaData Infrastructure Resource & Data #1464

Workflow file for this run

---
name: TeamCity Config Test
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/teamcity-test.yaml'
- '!.teamcity/components/generated/**'
- '!.teamcity/target/**'
- '.teamcity/**'
concurrency:
group: 'tctest-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
teamcity-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
distribution: zulu
java-version: 17
java-package: jdk
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: make teamcity-test