name: Tests # The launcher/manifest tests were previously local-only — nothing ran them in CI, # so the guards they encode (pure-ASCII .bat, LF-only .command, no China-routed # download sources, installer parity) could regress unnoticed on a merge. on: push: branches: ['**'] pull_request: workflow_dispatch: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '22.22.1' registry-url: 'https://registry.npmjs.org' - name: Run tests run: node --test tests/