mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 11:52:24 +08:00
test-your-pr: fix bot comment x2 [skip ci]
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
f1d56806b9
commit
de4d5fe1cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-your-pr.yml
vendored
4
.github/workflows/test-your-pr.yml
vendored
|
@ -26,11 +26,11 @@ jobs:
|
|||
|
||||
- shell: bash
|
||||
run: |
|
||||
env PYTHONUNBUFFERED=1 pip install -r scripts/requirements.txt 2>(tee -a ~/buildjob.log >&2)
|
||||
env PYTHONUNBUFFERED=1 pip install -r scripts/requirements.txt 2> >(tee -a ~/buildjob.log >&2)
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
env PYTHONUNBUFFERED=1 scripts/generate-roa.sh 2>(tee -a ~/buildjob.log >&2)
|
||||
env PYTHONUNBUFFERED=1 scripts/generate-roa.sh 2> >(tee -a ~/buildjob.log >&2)
|
||||
|
||||
- run: git -C generated diff README.md
|
||||
|
||||
|
|
Loading…
Reference in a new issue