From 2d099c2ce78e0272e472817e93674c903ea94343 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 9 Jul 2024 08:23:54 -0700 Subject: [PATCH] fixing path --- .github/workflows/format_test_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_test_results.py b/.github/workflows/format_test_results.py index 55ee78bd26..9e788fae6c 100644 --- a/.github/workflows/format_test_results.py +++ b/.github/workflows/format_test_results.py @@ -7,7 +7,7 @@ import re def main(): # Load the YAML file - with open('test_results/summary.yml', 'r') as file: + with open('/home/runner/work/security_content/security_content/test_results/summary.yml', 'r') as file: data = yaml.safe_load(file) # Extract total_fail value and debug print it