Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.10 in /server #126

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.10 in /server

Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.49.10 in /server #126

name: UnitTest-Client
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "oracle"
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x client/gradlew
- name: Test with Gradle
run: make test-client