Skip to content

[chore] Test PRs against the server using Github Actions #2

[chore] Test PRs against the server using Github Actions

[chore] Test PRs against the server using Github Actions #2

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