tests: update tests
This commit is contained in:
12
.github/workflows/examples.yml
vendored
12
.github/workflows/examples.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user