Skip to content

Commit

Permalink
fix test session name
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Aug 9, 2024
1 parent f767921 commit a3813ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/record-build-and-test-results-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()

0 comments on commit a3813ee

Please sign in to comment.