summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMichael Telatynski <7t3chguy@gmail.com>2022-06-01 15:57:09 +0100
committerGitHub <noreply@github.com>2022-06-01 15:57:09 +0100
commit782cb7420a88fe29241dcecdfee91e25940b2ac7 (patch)
treee016ae9636bd98a697b59a9654e078737dab7b4a /.github
parentRemove remaining bits of groups code. (#12936) (diff)
downloadsynapse-782cb7420a88fe29241dcecdfee91e25940b2ac7.tar.xz
Fix complement tests using the wrong path (#12933)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3693cf06c3..83ab727378 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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