No description
Find a file
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) a3e6e733f6
Merge pull request #4 from AlanCoding/update_hash
Update suggested hash
2026-03-05 22:07:10 +01:00
.github/workflows 🧪 Add a Zizmor workflow integration 2025-11-10 18:19:49 +01:00
.pre-commit-config.yaml Rename check-byte-order-marker to fix-byte-order-marker 2026-02-09 13:54:16 +01:00
.yamllint 🧪 Add a config for yamllint 2025-11-10 18:13:06 +01:00
action.yml Fix undefined variable, co-authored with Claude Opus 4.6 (#3) 2026-03-05 13:15:58 -05:00
LICENSE Add GNU General Public License v3 2025-11-10 16:57:54 +01:00
README.md Update suggested hash 2026-03-05 15:52:01 -05:00

pre-commit.ci status

ansible/gh-action-record-test-results

This is a GitHub Action for uploading JUnit test results to the aggregated dashboard.

Example use

- name: >-
  Upload ${{
    matrix.tests.coverage-upload-name || 'awx'
  }} jUnit test reports to the unified dashboard
if: >-
  !cancelled()
  && steps.make-run.outputs.test-result-files != ''
  && github.event_name == 'push'
  && env.UPSTREAM_REPOSITORY_ID == github.repository_id
  && github.ref_name == github.event.repository.default_branch
uses: ansible/gh-action-record-test-results@3784db66a1b7fb3809999a7251c8a7203a7ffbe8
with:
  aggregation-server-url: ${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_URL }}
  http-auth-password: >-
    ${{ secrets.PDE_ORG_RESULTS_UPLOAD_PASSWORD }}
  http-auth-username: >-
    ${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER }}
  project-component-name: >-
    ${{ matrix.tests.coverage-upload-name || 'awx' }}
  test-result-files: >-
    ${{ steps.make-run.outputs.test-result-files }}