tests: move tests/plugins/*/tests.yml to tests/plugins/*/yml

This commit is contained in:
lowlighter
2022-01-13 23:47:13 -05:00
parent 64427b0a91
commit 9d21c3c973
42 changed files with 3 additions and 5 deletions

14
tests/plugins/posts.yml Normal file
View File

@@ -0,0 +1,14 @@
- name: ✒️ Recent posts - Recent posts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_posts: 'yes'
plugin_posts_source: dev.to
- name: ✒️ Recent posts - Recent posts with descriptions and cover images
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_posts: 'yes'
plugin_posts_source: dev.to
plugin_posts_descriptions: 'yes'
plugin_posts_covers: 'yes'