Skip to content

CORE-69: Update google-api-services-admin-directory from directory_v1-rev20250804-2.0.0 to directory_v1-rev20250916-2.0.0 #4327

CORE-69: Update google-api-services-admin-directory from directory_v1-rev20250804-2.0.0 to directory_v1-rev20250916-2.0.0

CORE-69: Update google-api-services-admin-directory from directory_v1-rev20250804-2.0.0 to directory_v1-rev20250916-2.0.0 #4327

Workflow file for this run

name: Scala CI
on:
pull_request:
branches: [ develop ]
push:
paths-ignore:
- 'README.md'
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: sbt/setup-sbt@v1
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- name: Run tests
env:
AGORA_URL_ROOT: http://localhost:8989
RAWLS_URL_ROOT: http://localhost:8990
THURLOE_URL_ROOT: http://localhost:8991
FIRE_CLOUD_ID: 123
run: sbt clean coverage test coverageReport
- uses: codecov/codecov-action@v5
if: ${{ always() }}