Skip to content

chore(deps): update dependency io.insert-koin:koin-core to v3.5.3 #28

chore(deps): update dependency io.insert-koin:koin-core to v3.5.3

chore(deps): update dependency io.insert-koin:koin-core to v3.5.3 #28

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@v3
with:
distribution: temurin
java-version-file: .java-version
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build testAggregateTestReport --scan --continue
dependency-graph: generate-and-submit
- name: Upload build reports
if: always()
uses: actions/upload-artifact@v3
with:
name: build-reports
path: backend/build/reports