From 14b63141456b204439d9a68a0a92772c0e6776bb Mon Sep 17 00:00:00 2001 From: Nick Schuch Date: Tue, 27 Feb 2024 15:12:41 +1000 Subject: [PATCH] Debugging --- .github/workflows/performance-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 2432059..d7ef299 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -58,6 +58,7 @@ jobs: - name: 📦 Collect Test Result Comment Details if: always() run: | + cat ${K6_RESULTS_DIR}/comment.txt echo "results=$(cat ${K6_RESULTS_DIR}/comment.txt)" >> "$GITHUB_OUTPUT" - name: 📋 Post Test Results to Comment