diff options
author | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 10:59:13 +0100 |
---|---|---|
committer | David Robertson <david.m.robertson1@gmail.com> | 2021-08-10 16:38:13 +0100 |
commit | 8da9e3cb69db1bed68889b6a5fbcecf1bf20a235 (patch) | |
tree | d2e11a66534fd4730cb3d8c7daddb45e3f25be1e /.github/workflows | |
parent | Convert Transaction and Edu object to attrs (#10542) (diff) | |
download | synapse-8da9e3cb69db1bed68889b6a5fbcecf1bf20a235.tar.xz |
Move test_old_deps.sh to new ci dir
Diffstat (limited to '.github/workflows')
-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 75c2976a25..8612d1fb3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -144,7 +144,7 @@ jobs: uses: docker://ubuntu:bionic # For old python and sqlite with: workdir: /github/workspace - entrypoint: .buildkite/scripts/test_old_deps.sh + entrypoint: ci/scripts/test_old_deps.sh env: TRIAL_FLAGS: "--jobs=2" - name: Dump logs |