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