Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Travis and add a GH workflow file to run the lint and test scripts #409

Closed
fvictorio opened this issue Feb 20, 2023 · 1 comment
Closed
Assignees

Comments

@fvictorio
Copy link
Contributor

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.

@dbale-altoros
Copy link
Collaborator

dbale-altoros commented Feb 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants