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

Fix complement tests using the wrong path #12933

Merged
merged 3 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
Fix Complement (develop only) test suite using the wrong path for `checkout_complement.sh`.