We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f18958a + 518ff61 commit 9fbc993Copy full SHA for 9fbc993
.github/workflows/cloud-e2e-web.yml
@@ -304,7 +304,7 @@ jobs:
304
cat ${test_file_log_path}
305
TEST_RESULT="$(awk '/PLAYWRIGHT-RESULT/{found=1} found' "${test_file_log_path}" || true)"
306
echo "TEST_RESULT:${TEST_RESULT}"
307
- TEST_RESULT=$(bash .github/utils/utils.sh --type 47 --TEST_RESULT "$TEST_RESULT" )
+ TEST_RESULT=$(bash .github/utils/utils.sh --type 47 --test-result "$TEST_RESULT" )
308
echo "test result total:${TEST_RESULT}"
309
310
if [[ -z "$TEST_RESULT" ]]; then
0 commit comments