diff options
author | Florian Bruhin <me@the-compiler.org> | 2022-11-16 09:10:42 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2022-11-16 09:10:42 +0100 |
commit | 0cd682afbdbc6d9f21ca2d8c19641b32009fc6b5 (patch) | |
tree | f278eb510640a9b45733b6defdc7edeeac28b6ca /.github | |
parent | d4397b6b631effbdb04d732c5ae942495b18e427 (diff) | |
download | qutebrowser-0cd682afbdbc6d9f21ca2d8c19641b32009fc6b5.tar.gz qutebrowser-0cd682afbdbc6d9f21ca2d8c19641b32009fc6b5.zip |
Revert "ci: Drop QtWebKit"
This reverts commit 00ee3fad34cdabdab3e3b631191bafa0e5199e9f.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 800d08111..3bebcfbc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,11 +83,13 @@ jobs: fail-fast: false matrix: image: + - archlinux-webkit - archlinux-webengine # - archlinux-webengine-unstable container: image: "qutebrowser/ci:${{ matrix.image }}" env: + QUTE_BDD_WEBENGINE: "${{ matrix.image != 'archlinux-webkit' }}" DOCKER: "${{ matrix.image }}" CI: true PYTEST_ADDOPTS: "--color=yes" |