Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
academiaonline authored Jun 19, 2021
1 parent 50729a5 commit 7942b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: connect-rng
run: docker network connect rng-network worker
- name: logs
run: while true ; do sleep 10 && docker container logs worker && docker container logs worker-test 2>& 1 | grep 'Coin found' && break ; done
run: while true ; do sleep 10 && docker container logs worker && docker container logs worker 2>& 1 | grep 'Coin found' && break ; done

0 comments on commit 7942b58

Please sign in to comment.