We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd4a78 commit c108dd1Copy full SHA for c108dd1
.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=${{ NODE_VERSION }}"
+ name: "unit tests: OS=${{ matrix.OS }}, NODE_VERSION=${{ matrix.NODE_VERSION }}"
55
56
# Define the type of virtual host machine on which to run the job:
57
runs-on: ${{ matrix.OS }}
0 commit comments