Skip to content

chore: bump debug from 4.3.7 to 4.4.0 in /server #52

chore: bump debug from 4.3.7 to 4.4.0 in /server

chore: bump debug from 4.3.7 to 4.4.0 in /server #52

name: Tests
on:
pull_request:
paths:
- server/**
jobs:
run-tests-on-windows:
name: on windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: npm install && npm test
working-directory: server
run-tests-on-linux:
name: on linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install && npm test
working-directory: server