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 a9abb55 commit 947cb57Copy full SHA for 947cb57
.github/workflows/e2e-suite.yml
@@ -280,7 +280,7 @@ jobs:
280
- name: Generate test summary and save to output
281
id: set-test-summary
282
run: |
283
- filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
+ filename=$(ls | grep -E '^[0-9]{12}_cli_test_report\.xml$')
284
test_output=$(python3 e2e_scripts/tod_scripts/generate_test_summary.py "${filename}")
285
{
286
echo 'summary<<EOF'
0 commit comments