linagora / jmap-client-ts

JMAP 1.0 client library in TypeScript
MIT License
38 stars 16 forks source link

Consider Travis CI #24

Open jeserkin opened 3 years ago

jeserkin commented 3 years ago

Since this is purely frontend library and Jest should be responsible only for unit testing, not E2E testing, then I recommend using Travis CI, which is integrated in Github environment as far as I know.

Originally posted by @jeserkin in https://github.com/OpenPaaS-Suite/jmap-client-ts/issues/17#issuecomment-773876842

alagane commented 3 years ago

Current behaviour: to check if tests pass, I do like this: how-to-ci Maybe you are missing permissions, tell me so I can investigate.

alagane commented 3 years ago

@jeserkin did you try this, and did you get permission problems?

jeserkin commented 3 years ago

I am able to access this. This works fine.