We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e60fcd commit 9cc6cfbCopy full SHA for 9cc6cfb
.github/workflows/build-test.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "Expected: \"${{ matrix.version }}\", Got: \"${image_node_version}\""
83
[ "${image_node_version}" == "${{ matrix.version }}" ]
84
85
- - name: Verify endpoint executes regular files with node
+ - name: Verify entrypoint run regular, non-executable files with node
86
run: |
87
tmp_file=$(mktemp)
88
echo 'console.log("success")' > "${tmp_file}"
0 commit comments