diff options
author | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 12:43:50 +0100 |
---|---|---|
committer | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 16:38:13 +0100 |
commit | 3d67b8c82b0128660376f81d226c111ad3e272a7 (patch) | |
tree | 4e61ed1f96bdb64eaddc1ad756d19b24927b238b /.github | |
parent | check-newsfragment: pass pr number explicitly (diff) | |
download | synapse-3d67b8c82b0128660376f81d226c111ad3e272a7.tar.xz |
Move sytest worker-blacklist to ci directory
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5349e83133..cd88184488 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -230,7 +230,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Prepare test blacklist - run: cat sytest-blacklist .buildkite/worker-blacklist > synapse-blacklist-with-workers + run: cat sytest-blacklist ci/worker-blacklist > synapse-blacklist-with-workers - name: Run SyTest run: /bootstrap.sh synapse working-directory: /src |