update comment mode to latest action script version (#2558)
This commit is contained in:
parent
0022015a91
commit
313748a353
|
@ -292,7 +292,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: nim-beacon-chain/build/*.xml
|
files: nim-beacon-chain/build/*.xml
|
||||||
check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}
|
check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}
|
||||||
comment_on_pr: false
|
comment_mode: off
|
||||||
|
|
||||||
# Windows and macOS
|
# Windows and macOS
|
||||||
- name: Publish Unit Test Results
|
- name: Publish Unit Test Results
|
||||||
|
@ -301,7 +301,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: nim-beacon-chain/build/*.xml
|
files: nim-beacon-chain/build/*.xml
|
||||||
check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}
|
check_name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}
|
||||||
comment_on_pr: false
|
comment_mode: off
|
||||||
|
|
||||||
- name: Run nim-beacon-chain testnet0 (minimal)
|
- name: Run nim-beacon-chain testnet0 (minimal)
|
||||||
if: matrix.target.TEST_KIND == 'finalization-minimal'
|
if: matrix.target.TEST_KIND == 'finalization-minimal'
|
||||||
|
|
Loading…
Reference in New Issue