SprocketBot / sprocket

Sprocket is a platform to manage and automate organized Esports leagues
MIT License
13 stars 1 forks source link

Run Unit Tests as part of PR Checks #503

Closed ItsMeBrianD closed 5 months ago

ItsMeBrianD commented 12 months ago

Right now; we only check linting / formatting when running against PRs.

As part of a move towards using more automatic testing; we should be checking unit tests on each PR in each project.

Tests should run on Linux with Node 18, we shouldn't need coverage testing, but open to ideas here.