Skip to content

chore: bump eslint from 8.57.1 to 9.16.0 in /server #54

chore: bump eslint from 8.57.1 to 9.16.0 in /server

chore: bump eslint from 8.57.1 to 9.16.0 in /server #54

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