Skip to content

AJ-1533 Update google-api-services-admin-directory from directory_v1-rev20231113-2.0.0 to directory_v1-rev20240102-2.0.0 #81

AJ-1533 Update google-api-services-admin-directory from directory_v1-rev20231113-2.0.0 to directory_v1-rev20240102-2.0.0

AJ-1533 Update google-api-services-admin-directory from directory_v1-rev20231113-2.0.0 to directory_v1-rev20240102-2.0.0 #81

Workflow file for this run

name: Elasticsearch Integration Tests
on:
push:
paths-ignore:
- 'README.md'
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
es-integration-tests:
name: Elasticsearch Integration Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Start Elasticsearch
run: ./docker/run-es.sh start
- name: Execute Tests
run: sbt clean "IntegrationTest / test"