mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Fix path for show-expected-fail-tests.sh
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
b9e82db8d8
commit
cc5f108c98
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
command: /dendrite_sytest.sh
|
||||
- run:
|
||||
name: Check for new tests to be added to testfile
|
||||
command: /show-expected-fail-tests.sh /logs/results.tap
|
||||
command: ./show-expected-fail-tests.sh /logs/results.tap
|
||||
|
||||
- store_artifacts:
|
||||
path: /logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue