Skip to content

Commit 2269bbb

Browse files
committed
add test report
1 parent 0d625b7 commit 2269bbb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: runner.os == 'Linux'
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install fastdup pytest pytest-cov datasets
35+
pip install fastdup pytest pytest-md pytest-emoji datasets
3636
3737
- name: Install dependencies (macOS)
3838
if: runner.os == 'macOS'
@@ -42,6 +42,12 @@ jobs:
4242
pip install opencv-python-headless
4343
pip install fastdup --no-deps -U
4444
45-
- name: Run Tests
46-
run: |
47-
pytest --cov=fastdup
45+
- name: Run pytest
46+
uses: pavelzw/pytest-action@v2
47+
with:
48+
verbose: true
49+
emoji: true
50+
job-summary: true
51+
custom-arguments: '-q'
52+
click-to-expand: true
53+
report-title: 'Test Report'

0 commit comments

Comments
 (0)