summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 18:29:45 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 18:30:00 +0200
commit9a90a3950fce487cd76974694d10413b2eb0a3a2 (patch)
tree6248d19e74fbb735b5a7b609f449713fc5da3ef7
parent0c0bad05cda370cc08820eeffd2a01b494c85ca5 (diff)
downloadqutebrowser-9a90a3950fce487cd76974694d10413b2eb0a3a2.tar.gz
qutebrowser-9a90a3950fce487cd76974694d10413b2eb0a3a2.zip
wip: Add Qt 6 bleeding tests to CI
-rw-r--r--.github/workflows/bleeding.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 59da1dfad..1999eb90c 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -23,6 +23,12 @@ jobs:
# Hardcoded because we can't use ${{ runner.temp }} here apparently.
- /home/runner/work/_temp/:/home/runner/work/_temp/
options: --privileged --tty
+ strategy:
+ fail-fast: false
+ matrix:
+ include:
+ - testenv: bleeding
+ - testenv: bleeding-qt5
steps:
- uses: actions/checkout@v3
with:
@@ -30,7 +36,7 @@ jobs:
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
- name: Run tox
- run: dbus-run-session tox -e bleeding
+ run: dbus-run-session tox -e ${{ matrix.testenv }} -s
irc:
timeout-minutes: 2
continue-on-error: true