Skip to content

Hotfix/everything after #77 #132

Hotfix/everything after #77

Hotfix/everything after #77 #132

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