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

16
tests/plugins/habits.yml Normal file
View File

@@ -0,0 +1,16 @@
- name: 💡 Coding habits - Midly interesting facts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_habits: 'yes'
plugin_habits_facts: 'yes'
plugin_habits_charts: 'no'
config_timezone: Europe/Paris
- name: 💡 Coding habits - Recent activity charts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_habits: 'yes'
plugin_habits_facts: 'no'
plugin_habits_charts: 'yes'
config_timezone: Europe/Paris