Skip to content

Commit

Permalink
feat: workflow added for testing if runners are working
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsp committed Mar 5, 2026
1 parent 70efb0a commit e3f4b4a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions helpmehelpapplication/.github/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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 e3f4b4a

Please sign in to comment.