Skip to content

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server #55

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server #55

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