Skip to content

Added initializing app in development mode by using ServiceConnection - PostgresInitializer.kt has been removed #70

Added initializing app in development mode by using ServiceConnection - PostgresInitializer.kt has been removed

Added initializing app in development mode by using ServiceConnection - PostgresInitializer.kt has been removed #70

Workflow file for this run

name: Build and Test
on:
push:
branches:
- develop
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- run: ./gradlew build --no-daemon