mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 19:03:09 -06:00
Revert changes for .circleci/config.yml - included in sytest docker image
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
3245ede125
commit
c382ae00bb
|
|
@ -8,10 +8,10 @@ jobs:
|
|||
- checkout
|
||||
|
||||
# Set up dendrite
|
||||
- run:
|
||||
- run:
|
||||
name: Build Dendrite
|
||||
command: ./build.sh
|
||||
- run:
|
||||
- run:
|
||||
name: Copy dummy keys to root
|
||||
command: |
|
||||
mv .circleci/matrix_key.pem .
|
||||
|
|
@ -19,9 +19,6 @@ jobs:
|
|||
- run:
|
||||
name: Run sytest with whitelisted tests
|
||||
command: /dendrite_sytest.sh
|
||||
- run:
|
||||
name: Check for new tests to be added to testfile
|
||||
command: ./show-expected-fail-tests.sh /logs/results.tap
|
||||
|
||||
- store_artifacts:
|
||||
path: /logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue