diff --git a/.github/workflows/record-build-and-test-results-action.yml b/.github/workflows/record-build-and-test-results-action.yml index 331f9cc..08dd5ea 100644 --- a/.github/workflows/record-build-and-test-results-action.yml +++ b/.github/workflows/record-build-and-test-results-action.yml @@ -24,9 +24,6 @@ env: jobs: tests: runs-on: ubuntu-latest - defaults: - run: - working-directory: launchable-test-result steps: - uses: actions/checkout@v3 with: @@ -34,7 +31,7 @@ jobs: - name: Record build and test results action uses: launchableinc/record-build-and-test-results-action@support-flavor-and-test-session-name-options with: - report_path: test-results.xml + report_path: launchable-test-result/report.xml test_runner: pytest if: always() env: diff --git a/launchable-test-result/test-results.xml b/launchable-test-result/test-results.xml new file mode 100644 index 0000000..99b6af6 --- /dev/null +++ b/launchable-test-result/test-results.xml @@ -0,0 +1,7 @@ + + + + + + +