Skip to content

Commit

Permalink
CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Nov 7, 2020
1 parent 364c42d commit 83353ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/monstache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Monstache CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]

jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
- name: Run tests
run: |
cd docker/test
./run-tests.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# monstache
a go daemon that syncs mongodb to elasticsearch in realtime

![Monstache CI](https://github.com/rwynn/monstache/workflows/Monstache%20CI/badge.svg?branch=rel5)
[![Monstache CI](https://github.com/rwynn/monstache/workflows/Monstache%20CI/badge.svg?branch=rel5)](https://github.com/rwynn/monstache/actions?query=branch%3Arel5)
[![Go Report Card](https://goreportcard.com/badge/github.com/rwynn/monstache)](https://goreportcard.com/report/github.com/rwynn/monstache)

### Version 5
Expand Down

0 comments on commit 83353ff

Please sign in to comment.