Skip to content

Use msg pack for encoding / decoding socket io messages #21

Use msg pack for encoding / decoding socket io messages

Use msg pack for encoding / decoding socket io messages #21

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
npm run test:game-server
npm run test:game-client