Bindu | Fix beanNotFound exception with CamelContext if spring boot version upgraded #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: A workflow to validate PRs | |
on: | |
pull_request: | |
branches: [ Bahmni-IPD-master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: 'corretto' | |
java-version: '17' | |
- name: Build & Test | |
run: ./mvnw clean install |