Skip to content

fix: updated mongock-importer-source to legacy-mongock-changelog-source #11

fix: updated mongock-importer-source to legacy-mongock-changelog-source

fix: updated mongock-importer-source to legacy-mongock-changelog-source #11

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Unit and Integration tests
run: ./gradlew clean build