Split tests (#88)

This commit is contained in:
Simon Lecoq
2021-02-01 20:37:17 +01:00
committed by GitHub
parent c9e530c16b
commit eb89bc3f1b
25 changed files with 575 additions and 361 deletions

View File

@@ -0,0 +1,14 @@
- name: Tweets plugin (default)
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: yes
plugin_tweets_token: MOCKED_TOKEN
- name: Tweets plugin (different user)
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: yes
plugin_tweets_user: twitterdev
plugin_tweets_token: MOCKED_TOKEN