Skip to content

Commit

Permalink
docs: move the test_report_generator python script in docs.
Browse files Browse the repository at this point in the history
This way we can avoid duplicating the script in each testing process.

Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Feb 12, 2025
1 parent 3ac0912 commit acdd9fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Generate test report files
working-directory: docs
run: |
python3 tests/test_report_generator.py . ../testing_results/
python3 test_report_generator.py . ../testing_results/
- name: Build doc
working-directory: docs
Expand Down
File renamed without changes.

0 comments on commit acdd9fd

Please sign in to comment.