Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/record-build-and-test-results-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
report_path: launchable-test-result/test-results.xml
test_runner: pytest
build_name: ${{ github.run_id }}-${{ github.job }}
- name: Record build and test results action with test-suite name
uses: launchableinc/record-build-and-test-results-action@support-test-suite-otpion
with:
report_path: launchable-test-result/test-results.xml
test_runner: pytest
test_suite: "launchableinc-example"
matrix-case:
strategy:
matrix:
Expand Down
Loading