Skip to content

Bump the npm-dependencies group in /image-to-text with 3 updates #15

Bump the npm-dependencies group in /image-to-text with 3 updates

Bump the npm-dependencies group in /image-to-text with 3 updates #15

name: Kotlin/ImageAnalyzer - CI
on: [pull_request]
defaults:
run:
working-directory: analyzer
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Run tests with Gradle
run: ./gradlew test