tests: ensure mocked data and svg verification [skip ci]

This commit is contained in:
lowlighter
2022-01-15 10:17:30 -05:00
parent bcb11347e7
commit 4bc6bdaf17
49 changed files with 163 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
plugin_tweets: 'yes'
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_user: github
use_mocked_data: 'yes'
verify: 'yes'
- name: 🐤 Latest tweets - Latest tweets including attachments
uses: lowlighter/metrics@latest
with:
@@ -13,3 +15,5 @@
plugin_tweets_token: MOCKED_TOKEN
plugin_tweets_attachments: 'yes'
plugin_tweets_user: github
use_mocked_data: 'yes'
verify: 'yes'