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
Branches
Tags v0.10.0-rc6
No related merge requests found
...@@ -372,7 +372,7 @@ jobs: ...@@ -372,7 +372,7 @@ jobs:
# Attempt to check out the same branch of Complement as the PR. If it # Attempt to check out the same branch of Complement as the PR. If it
# doesn't exist, fallback to HEAD. # doesn't exist, fallback to HEAD.
- name: Checkout complement - name: Checkout complement
run: .ci/scripts/checkout_complement.sh run: synapse/.ci/scripts/checkout_complement.sh
- run: | - run: |
set -o pipefail 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.
Please register or to comment