chore(tests): rebuild tests
This commit is contained in:
11
.github/workflows/examples.yml
vendored
11
.github/workflows/examples.yml
vendored
@@ -94,6 +94,17 @@ jobs:
|
|||||||
delay: 120
|
delay: 120
|
||||||
user: lowlighter
|
user: lowlighter
|
||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
|
- name: 🧱 Core - Metrics insights
|
||||||
|
if: ${{ success() || failure() }}
|
||||||
|
uses: lowlighter/metrics@master
|
||||||
|
with:
|
||||||
|
filename: metrics.insights.html
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
config_output: insights
|
||||||
|
output_action: none
|
||||||
|
delay: 120
|
||||||
|
user: lowlighter
|
||||||
|
plugins_errors_fatal: yes
|
||||||
- name: 🧱 Core - Plugin error example
|
- name: 🧱 Core - Plugin error example
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -29,6 +29,14 @@
|
|||||||
config_output: png
|
config_output: png
|
||||||
use_mocked_data: 'yes'
|
use_mocked_data: 'yes'
|
||||||
verify: 'yes'
|
verify: 'yes'
|
||||||
|
- name: 🧱 Core - Metrics insights
|
||||||
|
if: ${{ success() || failure() }}
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
token: MOCKED_TOKEN
|
||||||
|
config_output: insights
|
||||||
|
use_mocked_data: 'yes'
|
||||||
|
verify: 'yes'
|
||||||
- name: 🧱 Core - Presets
|
- name: 🧱 Core - Presets
|
||||||
uses: lowlighter/metrics@latest
|
uses: lowlighter/metrics@latest
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user