Skip to content

Merge pull request #82 from cathrkri/81-hotfixfix-unit-tests #145

Merge pull request #82 from cathrkri/81-hotfixfix-unit-tests

Merge pull request #82 from cathrkri/81-hotfixfix-unit-tests #145

Workflow file for this run

name: ci
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
cache: maven
- working-directory: helpmehelpapplication
run: mvn -B test