notifications: Adjust/fix CI

This commit is contained in:
Florian Bruhin 2021-03-24 16:38:59 +01:00
parent a107ac2cfc
commit 18d6c46e3d
2 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
- run: tox -e bleeding
- name: Run tox
run: dbus-run-session tox -e bleeding
irc:
timeout-minutes: 2

View File

@ -90,7 +90,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py38 ${{ runner.temp }}"
- run: dbus-run-session tox -e py
- name: Run tox
run: dbus-run-session tox -e py
tests:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
@ -166,7 +167,7 @@ jobs:
- name: "Run ${{ matrix.testenv }}"
run: "dbus-run-session -- tox -e ${{ matrix.testenv }} -- ${{ matrix.args }}"
if: "startsWith(matrix.os, 'ubuntu-')"
- name: "Run ${{ matrix.testenv }}"
- name: "Run ${{ matrix.testenv }} without DBus"
run: "tox -e ${{ matrix.testenv }} -- ${{ matrix.args }}"
if: "!startsWith(matrix.os, 'ubuntu-')"
- name: Analyze backtraces