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