From 9b40a55e3a3031b5bac2bcf4cc858db95591e518 Mon Sep 17 00:00:00 2001 From: Robin Strand Prestmo Date: Thu, 5 Mar 2026 10:17:40 +0100 Subject: [PATCH] feat: added workflow --- .../.github/workflows/ci.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 helpmehelpapplication/.github/workflows/ci.yml diff --git a/helpmehelpapplication/.github/workflows/ci.yml b/helpmehelpapplication/.github/workflows/ci.yml new file mode 100644 index 0000000..ae74021 --- /dev/null +++ b/helpmehelpapplication/.github/workflows/ci.yml @@ -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