Skip to content

Commit

Permalink
Add CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsp committed Mar 5, 2026
1 parent a43a8ed commit b5e7385
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: ci

on:
push:
branches: main
branches: [main]
pull_request:
branches: main
branches: [main]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribition: temurin
distribution: temurin
java-version: "25"
cache: maven
- run:
mvn -B test

- run: mvn -B test

0 comments on commit b5e7385

Please sign in to comment.