We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea873bb commit 4ae683fCopy full SHA for 4ae683f
1 file changed
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
runner: [ubuntu-24.04, ubuntu-22.04]
23
24
- name: "Run Unit tests on ${{ matrix.runner }}"
+ name: "Tests/${{ matrix.runner }}"
25
runs-on: ${{ matrix.runner }}
26
defaults:
27
run:
0 commit comments