tests: generated tests for plugins

This commit is contained in:
lowlighter
2022-01-14 18:52:13 -05:00
parent 78eb3e51ec
commit 3ca507be19
43 changed files with 31 additions and 112 deletions

View File

@@ -0,0 +1,15 @@
- name: 🐤 Latest tweets - Latest tweets
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: 'yes'
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_user: github
- name: 🐤 Latest tweets - Latest tweets including attachments
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_tweets: 'yes'
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_attachments: 'yes'
plugin_tweets_user: github