summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2022-07-30 12:38:55 +1200
committertoofar <toofar@spalge.com>2022-09-16 17:13:52 +1200
commitf0bfc9aab2ee9d563cf037f5349fb86bff00dcda (patch)
tree801d81e6dad3ad3dce0543cc7dff6a83f2dbfe26 /.github
parente50bc92e9a6c9a9aa1e762155955077de73178ae (diff)
downloadqutebrowser-f0bfc9aab2ee9d563cf037f5349fb86bff00dcda.tar.gz
qutebrowser-f0bfc9aab2ee9d563cf037f5349fb86bff00dcda.zip
Document how to set the backend for the tests.
I only had the old way save in my bash history and this one was only mentioned in the changelog. Also changed the heading above the new entry to be title case, which seems to be more consistent with the other headinfs in the file. Also remove the one remaining mention of `QUTE_BDD_WEBENGINE` since it does nothing anymore.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d38b995c5..55bb16be5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,7 +92,6 @@ jobs:
container:
image: "qutebrowser/ci:${{ matrix.image }}"
env:
- QUTE_BDD_WEBENGINE: "${{ matrix.image != 'archlinux-webkit' }}"
DOCKER: "${{ matrix.image }}"
CI: true
PYTEST_ADDOPTS: "--color=yes"