Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 782cb74

Browse files
authored
Fix complement tests using the wrong path (matrix-org#12933)
1 parent 7bc08f3 commit 782cb74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
# Attempt to check out the same branch of Complement as the PR. If it
373373
# doesn't exist, fallback to HEAD.
374374
- name: Checkout complement
375-
run: .ci/scripts/checkout_complement.sh
375+
run: synapse/.ci/scripts/checkout_complement.sh
376376

377377
- run: |
378378
set -o pipefail

changelog.d/12933.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test Synapse against Complement with workers.

0 commit comments

Comments
 (0)