From e357c399afc34134cd15657edc08169f8c9adc0d Mon Sep 17 00:00:00 2001 From: Cathrine Kristiansen Date: Mon, 9 Mar 2026 22:57:46 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f108549..d7f5a10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: java-version: "25" cache: maven - - run: mvn -B test + - working-directory: helpmehelpapplication + run: mvn -B test