Skip to content

Commit 2012bcd

Browse files
committed
test ci
1 parent c9048f6 commit 2012bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
then
7171
PASSED_TESTS=$(grep -c "^ok " "${TEST_OUTPUT_FILE}")
7272
FAILED_TESTS=$(grep -c "^not ok " "${TEST_OUTPUT_FILE}")
73-
SKIPPED_TESTS=$(grep -c "^ok .* # skip" "${TEST_OUTPUT_FILE}")
7473
TOTAL_TESTS=$((PASSED_TESTS + FAILED_TESTS))
7574
echo "###########HEELOOOOO"
7675
echo "Test Summary:"

0 commit comments

Comments
 (0)