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
Tests are failing in master. I think the reason this wasn't noticed is that Travis stopped working for some reason. The easiest fix is to just remove the .travis.yml file (and the badge in the readme) and to add a GitHub workflow that runs the linter and the tests.
The text was updated successfully, but these errors were encountered:
I did this PR #412
Linter is already being executed in the E2E.yml so I just added the tests to this one
It is failing now because of the not-rely-on-time rule
I'll wait until we correct that rule and then will try the #412 to check everything is working
Tests are failing in
master
. I think the reason this wasn't noticed is that Travis stopped working for some reason. The easiest fix is to just remove the.travis.yml
file (and the badge in the readme) and to add a GitHub workflow that runs the linter and the tests.The text was updated successfully, but these errors were encountered: