We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d2dcc commit f8c7263Copy full SHA for f8c7263
.github/workflows/reusable-build-test-release.yml
@@ -1244,8 +1244,7 @@ jobs:
1244
- name: Run spl2 tests
1245
run: |
1246
echo "Running SPL2 Tests"
1247
- cp -R /spl2-processor-cli/* .
1248
- pytest -s --junitxml test-results/report.xml --log-file=spl2_tests.log --pyargs spl2_testing_framework.cli_based_spl2_tests
+ spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
1249
- name: Test Report
1250
id: test_report
1251
uses: dorny/test-reporter@v1.9.1
0 commit comments