fixed command for docker logs.

This commit is contained in:
Maria Carmina 2023-04-07 16:01:52 +03:00
parent 2629f4e1c9
commit 15f982311e
1 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,5 @@ jobs:
ADDRESS_FILE: /home/runner/.ocean/ocean-contracts/artifacts/address.json
BARGE_FOLDER: /home/runner/.ocean/
- name: docker logs
run: grep -E -w 'firstEventIndex|trial|order datatoken' docker logs ocean_graph-node_1
run: docker logs ocean_graph-node_1 | grep -E -w 'firstEventIndex|trial|order datatoken'
if: ${{ failure() }}