An open API service indexing awesome lists of open source software.

https://github.com/bavix/greeter-gripmock-gh


https://github.com/bavix/greeter-gripmock-gh

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Greeter + GripMock Action

Example integration test.

This repository shows how to run GripMock in GitHub Actions via
`bavix/gripmock-action` for two descriptor formats:

- `api/greeter.proto`
- `api/greeter.pb`

The workflow is in `.github/workflows/integration.yml` and runs matrix tests
for both formats.

gRPC assertions are described in `tests/` and executed by
`grpctestify-rust` (`grpctestify tests/`).