Skip to content

Commit

Permalink
Integrated code lifecycle: Fix test results path for C exercises (#8522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender authored May 2, 2024
1 parent f658566 commit bbf8dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/aeolus/c/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ actions:
runAlways: false
results:
- name: junit_test-reports/tests-results.xml
path: test-reports/tests-results.xml
path: 'test-reports/*.xml'
type: junit
2 changes: 1 addition & 1 deletion src/main/resources/templates/aeolus/c/gcc_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ actions:
path: target/gcc.xml
type: static-code-analysis
- name: junit_test-reports/tests-results.xml
path: test-reports/tests-results.xml
path: 'test-reports/*.xml'
type: junit
before: true

0 comments on commit bbf8dc6

Please sign in to comment.