Skip to content

[gc-stack-deploy] Run unit tests in GitHub Actions on branch push - #163

Merged
conservationtimothy merged 2 commits into
mainfrom
ci/unit-tests-on-branch-push
Jul 29, 2026
Merged

[gc-stack-deploy] Run unit tests in GitHub Actions on branch push#163
conservationtimothy merged 2 commits into
mainfrom
ci/unit-tests-on-branch-push

Conversation

@conservationtimothy

@conservationtimothy conservationtimothy commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Goal

Run gc-stack-deploy unit tests in GitHub Actions on every branch push.

Screenshots

Not applicable.

What I changed and why

I added a GitHub Actions workflow that runs make -C caprover/tests test-unit on push to any branch.

I also updated caprover/tests/README.md so the documentation matches the new CI path

How I convinced myself this is right

Pretty straightforward but I also locally ran

act push --job test-unit \
  --container-architecture linux/amd64 \
  -P ubuntu-latest=catthehacker/ubuntu:act-latest

What I'm not doing here

This does not add CapRover e2e, test-e2e, or make all to CI. It does not change the unit test suite itself.

LLM use disclosure

None

Comment thread caprover/tests/README.md Outdated
Co-authored-by: Jeffrey Gerard <IamJeffG@users.noreply.github.com>
@conservationtimothy
conservationtimothy merged commit 1c7e073 into main Jul 29, 2026
1 check passed
@conservationtimothy
conservationtimothy deleted the ci/unit-tests-on-branch-push branch July 29, 2026 21:13
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.

2 participants