Skip to content

Bump hilt from 2.51.1 to 2.52 #328

Bump hilt from 2.51.1 to 2.52

Bump hilt from 2.51.1 to 2.52 #328

Workflow file for this run

name: Integration
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration:
name: Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Run unit tests
uses: gradle/gradle-build-action@v3
with:
arguments: testDevelopmentDebugUnitTest --stacktrace