Skip to content

fix(deps): update dependency io.insert-koin:koin-core to v3.5.5 #116

fix(deps): update dependency io.insert-koin:koin-core to v3.5.5

fix(deps): update dependency io.insert-koin:koin-core to v3.5.5 #116

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # to submit the dependency graph
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version-file: .java-version
- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build testAggregateTestReport --scan --continue
dependency-graph: generate-and-submit
- name: Upload build reports
if: always()
uses: actions/upload-artifact@v4
with:
name: build-reports
path: backend/build/reports