We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e2348 commit e14a335Copy full SHA for e14a335
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,6 @@ jobs:
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- pip install -r requirements.txt
19
pip install -r requirements_dev.txt
20
- name: Lint and format check with ruff
21
@@ -118,7 +117,7 @@ jobs:
118
117
TOOLIUM_DRIVER_HEADLESS: Driver_headless=true
119
120
mkdir -p web_nose2/output/reports
121
- python -m nose2 web_nose2 -A '!local' --junit-xml-path web_nose2/output/reports/junit-nose.xml || true
+ python -m nose2 web_nose2 -A '!local' --junit-xml-path web_nose2/output/reports/junit-nose.xml
122
continue-on-error: true
123
- name: Upload output folder
124
uses: actions/upload-artifact@v7
0 commit comments