Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 #634

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 #634

Workflow file for this run

name: Java SDK Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
sdk-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start Stargate with Docker
uses: isbang/[email protected]
with:
compose-file: "./stargate-sdk-test/src/test/resources/docker-compose.yml"
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "adopt"
- name: Test with Maven
run: mvn test