You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,30 +29,34 @@ jobs:
29
29
import-time: 300
30
30
assert-check: true
31
31
# Allowing some fails on push, as sometimes randomly some asserts might false negative and I haven't yet located the precice reason for this inconsistency
32
-
max-fails: 5
32
+
max-fails: 0
33
33
# How long the test should be run before it's timed out and fails
0 commit comments