|  | @@ -64,12 +64,12 @@ jobs:
 | 
												
													
														
															|  |          id: pytest
 |  |          id: pytest
 | 
												
													
														
															|  |          run: |
 |  |          run: |
 | 
												
													
														
															|  |            echo "Running PyTest tests at 'GITHUB_WORKSPACE' path: ${GITHUB_WORKSPACE}"
 |  |            echo "Running PyTest tests at 'GITHUB_WORKSPACE' path: ${GITHUB_WORKSPACE}"
 | 
												
													
														
															|  | -          cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/result.xml"
 |  | 
 | 
												
													
														
															|  | 
 |  | +          cd $GITHUB_WORKSPACE && python3 -m pytest --junitxml="$GITHUB_WORKSPACE/pytest_result.xml"
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |        - name: Publish Test Summary
 |  |        - name: Publish Test Summary
 | 
												
													
														
															|  |          id: test_summary
 |  |          id: test_summary
 | 
												
													
														
															|  |          uses: test-summary/action@v2
 |  |          uses: test-summary/action@v2
 | 
												
													
														
															|  |          with:
 |  |          with:
 | 
												
													
														
															|  |            paths: |
 |  |            paths: |
 | 
												
													
														
															|  | -            **/*.xml
 |  | 
 | 
												
													
														
															|  | 
 |  | +             **/pytest_result.xml
 | 
												
													
														
															|  |          if: always()
 |  |          if: always()
 |