From b490d34b3c3c9606c5d9d2184d609f268dba770f Mon Sep 17 00:00:00 2001 From: Akash Dhruv Date: Sun, 1 Oct 2023 03:31:37 -0500 Subject: [PATCH] increase verbosity --- .github/workflows/simple-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simple-project.yml b/.github/workflows/simple-project.yml index 582dffb..762e563 100644 --- a/.github/workflows/simple-project.yml +++ b/.github/workflows/simple-project.yml @@ -26,8 +26,8 @@ jobs: - name: Run Tests run: | cd tests/Simple-Project - jobrunner setup JobObject - jobrunner submit JobObject + jobrunner setup JobObject -V + jobrunner submit JobObject -V - name: Verify Output run: | cd tests/Simple-Project/JobObject