Skip to content

feat: Add update and list methods for contact topics (#66) #174

feat: Add update and list methods for contact topics (#66)

feat: Add update and list methods for contact topics (#66) #174

Workflow file for this run

name: Java
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
gradle-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Run Gradle tests
run: ./gradlew test