summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-11 15:33:01 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-11 15:34:45 +0200
commitb053a7b668d30a73a357dd228c6be83b3dafefa0 (patch)
tree59828737092c358d13904e878a19c583ce8710cd
parent070e27c5a28196ad26a1e16adb6c5e66532dae62 (diff)
downloadqutebrowser-buildpulse.tar.gz
qutebrowser-buildpulse.zip
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d30063290..72c531604 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -206,10 +206,10 @@ jobs:
python -m pip install -U pip
python -m pip install -U -r misc/requirements/requirements-tox.txt
- name: "Run ${{ matrix.testenv }}"
- run: "dbus-run-session -- tox -e ${{ matrix.testenv }} -- ${{ matrix.args }} -- --junit-xml=junit.xml"
+ run: "dbus-run-session -- tox -e ${{ matrix.testenv }} -- ${{ matrix.args }} --junit-xml=junit.xml"
if: "startsWith(matrix.os, 'ubuntu-')"
- name: "Run ${{ matrix.testenv }} without DBus"
- run: "tox -e ${{ matrix.testenv }} -- ${{ matrix.args }}"
+ run: "tox -e ${{ matrix.testenv }} -- ${{ matrix.args }} --junit-xml=junit.xml"
if: "!startsWith(matrix.os, 'ubuntu-')"
- name: Analyze backtraces
run: "bash scripts/dev/ci/backtrace.sh ${{ matrix.testenv }}"
@@ -220,7 +220,7 @@ jobs:
with:
name: "${{ matrix.testenv }}"
- name: Upload test results to BuildPulse for flaky test detection
- if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
+ if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
uses: buildpulse/buildpulse-action@main
with:
account: 21955151