mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 19:03: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
|
command: /dendrite_sytest.sh
|
||||||
- run:
|
- run:
|
||||||
name: Check for new tests to be added to testfile
|
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:
|
- store_artifacts:
|
||||||
path: /logs
|
path: /logs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue