Skip to content

Commit

Permalink
Make CD docker tests more flexible (#7077)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Jun 28, 2023
1 parent 62b4fa2 commit fc9baf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
docker logs --tail all --follow testnet-conf-tests | \
tee --output-error=exit /dev/stderr | \
grep --max-count=1 --extended-regexp --color=always \
'net.*=.*Test.*estimated progress to chain tip.*Genesis'
-e 'net.*=.*Test.*estimated progress to chain tip.*Genesis' \
-e 'net.*=.*Test.*estimated progress to chain tip.*BeforeOverwinter'
docker stop testnet-conf-tests
# get the exit status from docker
EXIT_STATUS=$( \
Expand Down

0 comments on commit fc9baf9

Please sign in to comment.