Skip to content

Commit 9cc6cfb

Browse files
committed
re-wording
1 parent 7e60fcd commit 9cc6cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "Expected: \"${{ matrix.version }}\", Got: \"${image_node_version}\""
8383
[ "${image_node_version}" == "${{ matrix.version }}" ]
8484
85-
- name: Verify endpoint executes regular files with node
85+
- name: Verify entrypoint run regular, non-executable files with node
8686
run: |
8787
tmp_file=$(mktemp)
8888
echo 'console.log("success")' > "${tmp_file}"

0 commit comments

Comments
 (0)