Skip to content

Commit 5368762

Browse files
committed
chore: fix playwright result
1 parent b0a8a20 commit 5368762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cloud-e2e-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ jobs:
301301
done
302302
set -e
303303
304+
cat ${test_file_log_path}
304305
TEST_RESULT_ALL="$(awk '/PLAYWRIGHT-RESULT/{found=1} found' "${test_file_log_path}" || true)"
305306
306307
cleaned_data_block=$(printf "%s" "$TEST_RESULT_ALL" | \

0 commit comments

Comments
 (0)