File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616jobs :
1717 test :
1818 runs-on : ${{ matrix.os }}
19- timeout-minutes : 45
19+ timeout-minutes : 60
2020 strategy :
2121 matrix :
2222 # test for:
@@ -78,19 +78,19 @@ jobs:
7878 verbose : true
7979 emoji : true
8080 job-summary : true
81- custom-arguments : ' -v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests'
81+ custom-arguments : ' -v ${{ inputs.pytest_args }} ./tests'
8282 click-to-expand : true
8383 report-title : ' Test Report'
8484
85- # - name: Run pytest based on v4.0.0 compatibility layer
86- # uses: pavelzw/pytest-action@v2
87- # with:
88- # verbose: true
89- # emoji: true
90- # job-summary: true
91- # custom-arguments: '-v ./tests_v400'
92- # click-to-expand: true
93- # report-title: 'Test Report (v4.0.0 compatibility layer)'
85+ - name : Run pytest based on v4.0.0 compatibility layer
86+ uses : pavelzw/pytest-action@v2
87+ with :
88+ verbose : true
89+ emoji : true
90+ job-summary : true
91+ custom-arguments : ' -v ${{ inputs.pytest_args }} ./tests_v400'
92+ click-to-expand : true
93+ report-title : ' Test Report (v4.0.0 compatibility layer)'
9494
9595 Publish :
9696 name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments