File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
4747 id : recordprocessor
4848 continue-on-error : true
4949 run : |
50- poetry env use python3.11
5150 poetry install
5251 poetry run coverage run -m unittest discover || echo "recordprocessor tests failed" >> ../failed_tests.txt
5352 poetry run coverage xml -o ../recordprocessor-coverage.xml
6160 continue-on-error : true
6261 run : |
6362 poetry install
64- poetry run coverage run -m unittest discover -p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
63+ poetry run coverage run -m unittest discover -s "./tests" - p "*batch*.py" || echo "recordforwarder tests failed" >> ../failed_tests.txt
6564 poetry run coverage xml -o ../recordforwarder-coverage.xml
6665
6766 - name : Run unittest with coverage-ack-lambda
You can’t perform that action at this time.
0 commit comments