Skip to content

try to resolve verbosity of tests #15

try to resolve verbosity of tests

try to resolve verbosity of tests #15

name: Run integration tests against Astra
on:
workflow_call:
workflow_dispatch:
pull_request: # temporary until it's merged
branches: [ KG-ci-additions ]
push:
branches: [ KG-ci-additions ]
permissions:
id-token: write
jobs:
test-integration-astra:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Java 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Run integration tests
env:
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN_DEV }}
run: mvn clean verify -pl astra-db-java -am -Pastra-dev -Dgpg.skip -B