v2.0 Modernization: Promise APIs, ES2021 Features, and Vitest Migration #128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: websocket-tests | |
| on: [pull_request] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/setup-node@v3 | |
| with: | |
| node-version: 18.x | |
| - uses: actions/checkout@v2 | |
| - run: npm install | |
| - run: npm run lint | |
| - run: npm run test | |
| - run: npm run test:vitest |