0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 12:33:46 +02:00

Fix complement tests using the wrong path (#12933)

This commit is contained in:
Michael Telatynski 2022-06-01 15:57:09 +01:00 committed by GitHub
parent 7bc08f3201
commit 782cb7420a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Test Synapse against Complement with workers.