Skip to content

Commit 9fbc993

Browse files
authored
chore: fix playwright test result
chore: fix playwright test result
2 parents f18958a + 518ff61 commit 9fbc993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
cat ${test_file_log_path}
305305
TEST_RESULT="$(awk '/PLAYWRIGHT-RESULT/{found=1} found' "${test_file_log_path}" || true)"
306306
echo "TEST_RESULT:${TEST_RESULT}"
307-
TEST_RESULT=$(bash .github/utils/utils.sh --type 47 --TEST_RESULT "$TEST_RESULT" )
307+
TEST_RESULT=$(bash .github/utils/utils.sh --type 47 --test-result "$TEST_RESULT" )
308308
echo "test result total:${TEST_RESULT}"
309309
310310
if [[ -z "$TEST_RESULT" ]]; then

0 commit comments

Comments
 (0)