Skip to content

Commit 5517978

Browse files
committed
gha test 12
1 parent 89cc97b commit 5517978

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ jobs:
219219
run: |
220220
filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
221221
test_output=$(python3 e2e_scripts/tod_scripts/generate_test_summary.py "${filename}")
222-
echo "summary=$test_output" >> "$GITHUB_OUTPUT"
222+
test_output_encoded=$(echo -n "$test_output" | base64)
223+
echo "summary=$test_output_encoded" >> "$GITHUB_OUTPUT"
223224
224225
notify-slack:
225226
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)