Skip to content

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.12 to 2.7.17 #266

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.12 to 2.7.17

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 2.6.12 to 2.7.17 #266

Workflow file for this run

name: Pogues Back Office tests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore: ['docs/**', 'scripts/**', 'Dockerfile', 'LICENSE', 'CHANGELOG.md', 'README.md']
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Run tests with Maven
run: mvn clean test --no-transfer-progress