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

fix: run unit tests from the pr head #251

Merged
merged 2 commits into from
Apr 16, 2023

Conversation

d3adb5
Copy link
Collaborator

@d3adb5 d3adb5 commented Apr 15, 2023

Changes the actions workflow to run unit tests from the PR head.

Fixes #250.

d3adb5 added 2 commits April 15, 2023 15:14
Checkout the pull request head instead of the base branch in the job
that runs unit tests so that newly introduced unit tests are executed as
well.
Give the job that runs unit tests a pretty name.
@aslafy-z
Copy link
Collaborator

LGTM

@aslafy-z aslafy-z merged commit 95b58c9 into stakater:master Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit tests introduced or changed in pull requests are not run in the CI builds
2 participants