tests: auto-generated from examples.yml (#773) [skip ci]
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os
|
||||
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
|
||||
prod:
|
||||
# ⚠️ Using mocked data because I don't really use WakaTime, disable this
|
||||
plugin_wakatime_token: MOCKED_TOKEN
|
||||
use_mocked_data: yes
|
||||
# ⚠️ Using mocked data because I don't really use WakaTime
|
||||
with:
|
||||
plugin_wakatime_token: MOCKED_TOKEN
|
||||
use_mocked_data: yes
|
||||
@@ -1,23 +0,0 @@
|
||||
- name: WakaTime plugin (default)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_wakatime_token: MOCKED_TOKEN
|
||||
plugin_wakatime: yes
|
||||
|
||||
- name: WakaTime plugin (complete)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_wakatime_token: MOCKED_TOKEN
|
||||
plugin_wakatime: yes
|
||||
plugin_wakatime_limit: 4
|
||||
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, editors-graphs, os, os-graphs
|
||||
|
||||
- name: WakaTime plugin (projects hidden)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_wakatime_token: MOCKED_TOKEN_NO_PROJECTS
|
||||
plugin_wakatime: yes
|
||||
plugin_wakatime_sections: time, projects, languages
|
||||
Reference in New Issue
Block a user