mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix complement tests using the wrong path (#12933)
This commit is contained in:
parent
7bc08f3201
commit
782cb7420a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -372,7 +372,7 @@ jobs:
|
||||
# Attempt to check out the same branch of Complement as the PR. If it
|
||||
# doesn't exist, fallback to HEAD.
|
||||
- name: Checkout complement
|
||||
run: .ci/scripts/checkout_complement.sh
|
||||
run: synapse/.ci/scripts/checkout_complement.sh
|
||||
|
||||
- run: |
|
||||
set -o pipefail
|
||||
|
1
changelog.d/12933.misc
Normal file
1
changelog.d/12933.misc
Normal file
@ -0,0 +1 @@
|
||||
Test Synapse against Complement with workers.
|
Loading…
Reference in New Issue
Block a user