Skip to content

Commit

Permalink
retry moody command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 20, 2024
1 parent 128c2a8 commit 1a70f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
timeout_minutes: 3
max_attempts: 3
retry_on: error
command: cd _test_python_/; mkfifo ../ext_keys.fifo;sleep 10; if [ -s log.txt ]; then ls -al log.txt;echo "python script ERROR"; cat log.txt;exit 1; fi
command: |
cd _test_python_/; mkfifo ../ext_keys.fifo;sleep 10; if [ -s log.txt ]; then ls -al log.txt;echo "python script ERROR"; cat log.txt;exit 1; fi
- name: install deps
run: |
Expand Down

0 comments on commit 1a70f49

Please sign in to comment.