Disable Node.js test suite until we start using it

This commit is contained in:
Jarred Sumner
2024-05-10 00:34:46 -07:00
parent ce07eca2a2
commit 8c6883d1ba

View File

@@ -132,6 +132,8 @@ jobs:
exit 1
test-node:
name: Node.js Tests
# TODO: enable when we start paying attention to the results. In the meantime, this causes CI to queue jobs wasting developer time.
if: 0
runs-on: ${{ inputs.runs-on }}
steps:
- if: ${{ runner.os == 'Windows' }}