From 4edc742124c58a402a7157fbf8730818d4ff9292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Sun, 21 Jan 2024 16:02:42 +0100 Subject: [PATCH] Run with debug flag --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fba69a5..59f1afd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: configuration: runtimeClasspath build-root-directory: testproject project: "" - debug: "true" + debug: true - uses: peter-evans/find-comment@v2 id: find_comment @@ -150,3 +150,4 @@ jobs: configuration: runtimeClasspath build-root-directory: testproject project: "" + debug: true