Skip to content

Feature: Add the possiblity to accept multiple databases from the same backend type #9

Feature: Add the possiblity to accept multiple databases from the same backend type

Feature: Add the possiblity to accept multiple databases from the same backend type #9

Workflow file for this run

name: Tests Ci
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean install
- name: Run tests
run: mvn test