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