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.
2 parents 22b1382 + f8c7263 commit f82aa27Copy full SHA for f82aa27
.github/workflows/reusable-build-test-release.yml
@@ -1243,8 +1243,7 @@ jobs:
1243
- name: Run spl2 tests
1244
run: |
1245
echo "Running SPL2 Tests"
1246
- cp -R /spl2-processor-cli/* .
1247
- 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
1248
- name: Test Report
1249
id: test_report
1250
uses: dorny/test-reporter@v1.9.1
0 commit comments