From af780ee2d76cf05fdb1547c180967a128805e714 Mon Sep 17 00:00:00 2001
From: Maxime Pierront <46542631+MaximePIERRONT@users.noreply.github.com>
Date: Sat, 19 Oct 2024 16:17:59 +0200
Subject: [PATCH] update config
---
.github/workflows/maven.yml | 4 ++--
pom.xml | 10 ++++++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ca19b90..084fb40 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
cache: maven
- name: Build with Maven
- run: mvn -B compile --file pom.xml
+ run: mvn -B compile
- name: Run tests
- run: mvn -B test --file pom.xml
\ No newline at end of file
+ run: mvn -B test
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 04afd4b..c8f2933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,14 +11,20 @@
21
3.13.0
- 5.11.2
+ 5.11.2
org.junit.jupiter
junit-jupiter-engine
- ${junit-jupiter-engine.version}
+ ${junit-jupiter.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit-jupiter.version}
test