Skip to content

Add api_versions property to Instance entity. (#484) #219

Add api_versions property to Instance entity. (#484)

Add api_versions property to Instance entity. (#484) #219

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run build with Gradle Wrapper
run: ./gradlew check jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v4