GripMock Action
Version updated for https://github.com/bavix/gripmock-action to version v1.0.2.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GripMock GitHub Action simplifies the process of running GripMock, a gRPC mock server, in CI workflows by automating its setup, execution, and teardown. It solves the challenge of manually configuring and managing a gRPC mock server during testing by downloading the required binary, starting the server, validating its readiness, exposing connection details, and stopping the server automatically. Key capabilities include support for customizable inputs (e.g., proto files, stubs, ports) and outputs (e.g., server addresses, logs), enabling seamless integration with test steps.
What’s Changed
What’s Changed
- get version from redirect by @rez1dent3 in https://github.com/bavix/gripmock-action/pull/5
Full Changelog: https://github.com/bavix/gripmock-action/compare/v1...v1.0.2