wip: Add Qt 6 bleeding tests to CI

This commit is contained in:
Florian Bruhin 2023-08-15 18:29:45 +02:00
parent 0c0bad05cd
commit 9a90a3950f
1 changed files with 7 additions and 1 deletions

View File

@ -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