Skip to content

How to Run tests on GitHub Actions

TAKEUCHI Hiroaki edited this page Mar 26, 2022 · 4 revisions

How To Run tests on GitHub Actions

  • Fork this repository
  • Copy twitter4j-v2-support/src/test/resources/twitter4j.properties.template to twitter4j-v2-support/src/test/resources/twitter4j.properties
  • Fill consumer key/secret, access token/secret to twitter4j-v2-support/src/test/resources/twitter4j.properties
  • Project's Settings > Secrets
    • add New secret, fill base64-ed twitter4j.properties named TWITTER4J_PROPERTIES_BASE64

      notice: Combine on a single line, not including line breaks.

cat twitter4j-v2-support/src/test/resources/twitter4j.properties | base64
Clone this wiki locally