Skip to content

fixed tests by adding spring zeebe test to have a zeebe in the spring… #10

fixed tests by adding spring zeebe test to have a zeebe in the spring…

fixed tests by adding spring zeebe test to have a zeebe in the spring… #10

name: Backend - Continuous Integration
on:
push:
branches: [ main ]
paths:
- 'src/fibonacci-worker/**'
pull_request:
branches: [ main ]
paths:
- 'src/fibonacci-worker/**'
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: Set up JDKs with Matrix Build
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
cache: 'maven'
- name: Build Worker
working-directory: ./src/fibonacci-worker
run: ./mvnw clean verify