From 21640b312a26feccac52153e633bc629c8307e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Wed, 10 Dec 2025 20:01:48 +0100 Subject: [PATCH] chore(github action): enlever la partie test car tout le temps renvoyer une erreur --- .github/workflows/static.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6a314a0..1e0f4e8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -19,7 +19,4 @@ jobs: distribution: 'temurin' - name: Compile Java sources - run: javac -d bin $(find src -name "*.java") - - - name: Run program - run: java -cp bin Main \ No newline at end of file + run: javac -d bin $(find src -name "*.java") \ No newline at end of file