Skip to content

Commit

Permalink
feat: added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsp committed Mar 5, 2026
1 parent 654e852 commit 9b40a55
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions helpmehelpapplication/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: ci

on:
push:
branches: main
pull_request:
branches: main

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribition: temurin
java-version: "25"
cache: maven
- run:
mvn -B test

0 comments on commit 9b40a55

Please sign in to comment.