Skip to content

Move the debugLoggingEnabled flag to the Strada.config namespace #84

Move the debugLoggingEnabled flag to the Strada.config namespace

Move the debugLoggingEnabled flag to the Strada.config namespace #84

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: ./gradlew testRelease