Skip to content

Commit f8c7263

Browse files
committed
fix: Use new framework in TA tests (ADDON-78658)
1 parent 43d2dcc commit f8c7263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,8 +1244,7 @@ jobs:
12441244
- name: Run spl2 tests
12451245
run: |
12461246
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
1247+
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
12491248
- name: Test Report
12501249
id: test_report
12511250
uses: dorny/test-reporter@v1.9.1

0 commit comments

Comments
 (0)