Move sytest worker-blacklist to ci directory

This commit is contained in:
David Robertson 2021-08-10 12:43:50 +01:00
parent 03fb99a5c8
commit 3d67b8c82b
2 changed files with 1 additions and 1 deletions

View file

@ -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