Skip to content

Commit

Permalink
update README and fix release workflow (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Aug 26, 2024
1 parent 71e45cd commit e022c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit e022c72

Please sign in to comment.