Skip to content

merge SDK v2 bump into development #67

merge SDK v2 bump into development

merge SDK v2 bump into development #67

Workflow file for this run

name: build PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start MinIO Server
uses: comfuture/minio-action@v1
with:
access_key: minioadmin
secret_key: minioadmin
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
run: .github/build.sh
env:
AWS_REGION: us-east-1