Skip to content

Commit

Permalink
Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Mar 11, 2024
1 parent 3946207 commit a63d9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: make install_venv

- name: Start service
run: make start > logs.log &
run: make start > /dev/null &
- run: sleep 5 && wget --waitretry=5 --retry-connrefused -v http://127.0.0.1:5051/info

0 comments on commit a63d9b2

Please sign in to comment.