Skip to content
Snippets Groups Projects
Unverified Commit 782cb742 authored by Michael Telatynski's avatar Michael Telatynski Committed by GitHub
Browse files

Fix complement tests using the wrong path (#12933)

parent 7bc08f32
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Test Synapse against Complement with workers.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment