From 127d4fd65ec59ca2858ee40aeb60d698613a812a Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 24 Jun 2022 17:34:18 -0400 Subject: [PATCH] chore(tests): rebuild tests --- .github/workflows/examples.yml | 11 +++++++++++ tests/cases/core.plugin.yml | 8 ++++++++ 2 files changed, 19 insertions(+) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index bd7f826a..f2cae6ab 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -94,6 +94,17 @@ jobs: delay: 120 user: lowlighter 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 uses: lowlighter/metrics@master with: diff --git a/tests/cases/core.plugin.yml b/tests/cases/core.plugin.yml index 44c3bbfe..e3f182d4 100644 --- a/tests/cases/core.plugin.yml +++ b/tests/cases/core.plugin.yml @@ -29,6 +29,14 @@ config_output: png use_mocked_data: '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 uses: lowlighter/metrics@latest with: