Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make Jest unit tests run faster in GitHub actions #25726

Merged
merged 15 commits into from
Jul 12, 2024
Prev Previous commit
Next Next commit
fix: run on push to develop/master
itsyoboieltr committed Jul 10, 2024
commit cae5c1208ad526b7350bb8e20b1a76a5049b6f7b
4 changes: 4 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run unit tests

on:
push:
branches:
- develop
- master
pull_request:
types: [opened,reopened,synchronize]