summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-05-04 14:19:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2024-05-04 14:19:18 +0200
commit98cd4197ed6c2e0fd94bd5a4e1cae3cb1746245d (patch)
tree2bec144ee34cce374acb264aa3a3be66bc98c86f
parent15bbf851106d21297055ba29baffcfbb1bd53ec7 (diff)
downloadqutebrowser-98cd4197ed6c2e0fd94bd5a4e1cae3cb1746245d.tar.gz
qutebrowser-98cd4197ed6c2e0fd94bd5a4e1cae3cb1746245d.zip
ci: More files but exit on failure
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 39e10e22e..04b88d22f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,12 +23,12 @@ jobs:
- testenv: py312-pyqt67
os: ubuntu-22.04
python: "3.12"
- args: -s "tests/end2end/features/test_downloads_bdd.py"
+ args: -x -s "tests/end2end/features/"
### Windows
- testenv: py312-pyqt67
os: windows-2019
python: "3.12"
- args: -s "tests/end2end/features/test_downloads_bdd.py"
+ args: -x -s "tests/end2end/features/"
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4