Skip to content

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.2 to 3.3.0 in /opbeans #211

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.2 to 3.3.0 in /opbeans

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.2 to 3.3.0 in /opbeans #211

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run build
run: make build
- name: Run test
run: make test
- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-results
path: target/*.xml