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

update README and fix release workflow #42

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist --config .github/goreleaser-cli.yml
args: release --config .github/goreleaser-cli.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# mock-http-server

[![Code Analysis](https://github.com/sv-tools/mock-http-server/actions/workflows/checks.yaml/badge.svg)](https://github.com/sv-tools/mock-http-server/actions/workflows/checks.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/sv-tools/mock-http-server.svg)](https://pkg.go.dev/github.com/sv-tools/mock-http-server)
[![codecov](https://codecov.io/gh/sv-tools/mock-http-server/branch/main/graph/badge.svg?token=0XVOTDR1CW)](https://codecov.io/gh/sv-tools/mock-http-server)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/sv-tools/mock-http-server?style=flat)](https://github.com/sv-tools/mock-http-server/releases)

A simple HTTP Server to be used for the unit or end-to-end or integrations tests.
* yaml based configuration, see an `example_config.go` file.
* yaml based configuration, see an (example config file)[example_config.yaml].
* docker image is published in this repo or docker hub

## License
Expand Down
Loading