Skip to content

Commit

Permalink
Adjusted job_name format to comply with GitHub Actions formats for ma…
Browse files Browse the repository at this point in the history
…trix jobs.
  • Loading branch information
Rory Barnes committed Sep 4, 2024
1 parent 7f261f6 commit be505e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
uses: Tiryoh/gha-jobid-action@v1
id: jobs
with:
job_name: "Testing ${{ matrix.os }}:python-${{ matrix.python-version }}" # input job.<job-id>.name and matrix here.
per_page: 50 # input matrix size here if it is larger than 30
job_name: "Testing (${{ matrix.os }}:python-${{ matrix.python-version }})"

- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit be505e6

Please sign in to comment.