Run tests, for codecoverage after push to main

This allows us to generate a regular baseline to compare upcoming push requests against.
This commit is contained in:
Michael Kaye 2023-06-26 10:53:29 +01:00
parent 41456505e0
commit 7e345c6a6f

View file

@ -1,6 +1,8 @@
name: Run jest tests
on:
pull_request: {}
push:
branches: [main]
jobs:
jest:
name: Run jest tests