Skip to content

Merge branch 'renovate/composeoptions-1.x' #17

Merge branch 'renovate/composeoptions-1.x'

Merge branch 'renovate/composeoptions-1.x' #17

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
cache: gradle
distribution: adopt
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew testDebugUnitTest