Skip to content

Commit e14a335

Browse files
authored
fix: update tests execution in CIb (#49)
1 parent a0e2348 commit e14a335

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install -r requirements.txt
1918
pip install -r requirements_dev.txt
2019
- name: Lint and format check with ruff
2120
run: |
@@ -118,7 +117,7 @@ jobs:
118117
TOOLIUM_DRIVER_HEADLESS: Driver_headless=true
119118
run: |
120119
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
120+
python -m nose2 web_nose2 -A '!local' --junit-xml-path web_nose2/output/reports/junit-nose.xml
122121
continue-on-error: true
123122
- name: Upload output folder
124123
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)