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

Commit

Permalink
Fix complement tests using the wrong path (#12933)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jun 1, 2022
1 parent 7bc08f3 commit 782cb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12933.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test Synapse against Complement with workers.

0 comments on commit 782cb74

Please sign in to comment.