Skip to content

Commit 947cb57

Browse files
committed
add test summary to slack notification
1 parent a9abb55 commit 947cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
- name: Generate test summary and save to output
281281
id: set-test-summary
282282
run: |
283-
filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
283+
filename=$(ls | grep -E '^[0-9]{12}_cli_test_report\.xml$')
284284
test_output=$(python3 e2e_scripts/tod_scripts/generate_test_summary.py "${filename}")
285285
{
286286
echo 'summary<<EOF'

0 commit comments

Comments
 (0)