tests: update tests

This commit is contained in:
lowlighter
2022-01-14 22:11:42 -05:00
parent 611347212c
commit 0457e7e345
2 changed files with 20 additions and 2 deletions

View File

@@ -895,7 +895,7 @@ jobs:
output_action: none
delay: 120
if: ${{ success() || failure() }}
- name: 📕 Community templates - Example
- name: 📕 Community templates - Using a community template
uses: lowlighter/metrics@master
with:
token: ${{ secrets.METRICS_TOKEN }}
@@ -905,6 +905,16 @@ jobs:
output_action: none
delay: 120
if: ${{ success() || failure() }}
- name: 📕 Community templates - Using a trusted community template
uses: lowlighter/metrics@master
with:
token: ${{ secrets.METRICS_TOKEN }}
template: '@terminal'
setup_community_templates: lowlighter/metrics@master:terminal+trust
plugins_errors_fatal: 'yes'
output_action: none
delay: 120
if: ${{ success() || failure() }}
- name: Publish examples

View File

@@ -1,4 +1,4 @@
- name: 📕 Community templates - Example
- name: 📕 Community templates - Using a community template
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
@@ -6,3 +6,11 @@
setup_community_templates: lowlighter/metrics@master:classic
modes:
- action
- name: 📕 Community templates - Using a trusted community template
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
template: '@terminal'
setup_community_templates: lowlighter/metrics@master:terminal+trust
modes:
- action