Skip to content

Commit a2ae521

Browse files
committed
cleanup github workflow - use the default one to run all tests
1 parent e568703 commit a2ae521

4 files changed

Lines changed: 11 additions & 217 deletions

File tree

.github/workflows/Test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,17 @@ jobs:
7373
verbose: true
7474
emoji: true
7575
job-summary: true
76-
custom-arguments: '-v'
76+
custom-arguments: '-v ./tests'
77+
click-to-expand: true
78+
report-title: 'Test Report'
79+
80+
- name: Run pytest based on v4.0.0
81+
uses: pavelzw/pytest-action@v2
82+
with:
83+
verbose: true
84+
emoji: true
85+
job-summary: true
86+
custom-arguments: '-v ./test_v400'
7787
click-to-expand: true
7888
report-title: 'Test Report'
7989

.github/workflows/Test_v400.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/workflows/Test_v400_py310.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/Test_v4xx.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)