We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ab5ab commit 2432afeCopy full SHA for 2432afe
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
unit_tests:
52
53
# Define a display name:
54
- name: "unit tests: OS=${{ matrix.OS }}, NODE_VERSION=${{ matrix.NODE_VERSION }}"
+ name: "unit tests: NODE_VERSION=${{ matrix.NODE_VERSION }}, OS=${{ matrix.OS }}"
55
56
# Define the type of virtual host machine on which to run the job:
57
runs-on: ${{ matrix.OS }}
0 commit comments