diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index b951b7d..91cf491 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -79,7 +79,7 @@ jobs: report_path: launchable-test-result/test-results.xml test_runner: pytest build_name: ${{ github.run_id }}-${{ github.job }} - test_session_name: '1' + test_session_name: ${{ github.run_id }}-${{ github.job }}-1 flavors: 'build_name=true, test_session_name=true, flavors=true, count=1' if: always() - name: Record build and test results action with custom build name and test_session_name option with flavor part 2 @@ -88,6 +88,6 @@ jobs: report_path: launchable-test-result/test-results.xml test_runner: pytest build_name: ${{ github.run_id }}-${{ github.job }} - test_session_name: '2' + test_session_name: ${{ github.run_id }}-${{ github.job }}-2 flavors: 'build_name=true, test_session_name=true, flavors=true, count=2' if: always() \ No newline at end of file