Skip to content

Commit c108dd1

Browse files
committed
Fix matrix variable reference
1 parent 5cd4a78 commit c108dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
unit_tests:
5252

5353
# Define a display name:
54-
name: "unit tests: OS=${{ matrix.OS }}, NODE_VERSION=${{ NODE_VERSION }}"
54+
name: "unit tests: OS=${{ matrix.OS }}, NODE_VERSION=${{ matrix.NODE_VERSION }}"
5555

5656
# Define the type of virtual host machine on which to run the job:
5757
runs-on: ${{ matrix.OS }}

0 commit comments

Comments
 (0)