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 committed by GitHub
parent d2e2d3e768
commit 1971c18034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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