mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Disable Node.js test suite until we start using it
This commit is contained in:
2
.github/workflows/run-test.yml
vendored
2
.github/workflows/run-test.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user