Fix complement tests using the wrong path (#12933)
parent
7bc08f3201
commit
782cb7420a
|
@ -372,7 +372,7 @@ jobs:
|
||||||
# Attempt to check out the same branch of Complement as the PR. If it
|
# Attempt to check out the same branch of Complement as the PR. If it
|
||||||
# doesn't exist, fallback to HEAD.
|
# doesn't exist, fallback to HEAD.
|
||||||
- name: Checkout complement
|
- name: Checkout complement
|
||||||
run: .ci/scripts/checkout_complement.sh
|
run: synapse/.ci/scripts/checkout_complement.sh
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Test Synapse against Complement with workers.
|
Loading…
Reference in New Issue