diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index 7b2e66a3..33cd2b97 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -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: