From 62e99cc39382fcf852c79c1bf76a5af2cc12b6c1 Mon Sep 17 00:00:00 2001 From: sashank Date: Sun, 12 May 2024 18:14:41 -0400 Subject: [PATCH] run fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9db6885..9c1a761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,5 @@ jobs: run: mvn test # Executes the test phase - name: Run application - run: java -jar ./target/demo-1.0-SNAPSHOT.jar ../project-gitignore/.gitignore ../project-gitignore ./project-gitignore true + run: java -jar ./target/demo-1.0-SNAPSHOT.jar ../project-gitignore/.gitignore ../project-gitignore ../project-gitignore/results true