We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9048f6 commit 2012bcdCopy full SHA for 2012bcd
.github/workflows/ci.yaml
@@ -70,7 +70,6 @@ jobs:
70
then
71
PASSED_TESTS=$(grep -c "^ok " "${TEST_OUTPUT_FILE}")
72
FAILED_TESTS=$(grep -c "^not ok " "${TEST_OUTPUT_FILE}")
73
- SKIPPED_TESTS=$(grep -c "^ok .* # skip" "${TEST_OUTPUT_FILE}")
74
TOTAL_TESTS=$((PASSED_TESTS + FAILED_TESTS))
75
echo "###########HEELOOOOO"
76
echo "Test Summary:"
0 commit comments