Skip to content

Bump eslint-plugin-react from 7.35.2 to 7.36.0 in /server #37

Bump eslint-plugin-react from 7.35.2 to 7.36.0 in /server

Bump eslint-plugin-react from 7.35.2 to 7.36.0 in /server #37

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