diff options
author | David Robertson <davidr@element.io> | 2021-08-11 19:59:57 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-11 19:59:57 +0100 |
commit | 33ef86aa2515f623fa6e8657d16c918b6a6d9da5 (patch) | |
tree | 42785b59a86e3c8df04ade348ae998e6e483cff5 /.github | |
parent | Add changelog entry and signoff (diff) | |
download | synapse-33ef86aa2515f623fa6e8657d16c918b6a6d9da5.tar.xz |
Rename ci to .ci
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 572bc81b0f..df2e3901cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,7 +142,7 @@ jobs: uses: docker://ubuntu:bionic # For old python and sqlite with: workdir: /github/workspace - entrypoint: ci/scripts/test_old_deps.sh + entrypoint: .ci/scripts/test_old_deps.sh env: TRIAL_FLAGS: "--jobs=2" - name: Dump logs @@ -229,7 +229,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Prepare test blacklist - run: cat sytest-blacklist ci/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 @@ -278,7 +278,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - run: ci/scripts/test_synapse_port_db.sh + - run: .ci/scripts/test_synapse_port_db.sh complement: if: ${{ !failure() && !cancelled() }} |