Skip to content

Align with Java SDK

Align with Java SDK #1

Workflow file for this run

name: test
on:
pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run tests
run: make test