From 1cc3a924c066a92470353b93ede772f44d6eb48c Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:17:15 -0400 Subject: [PATCH] fix(ci): remove support plugin tests --- source/plugins/support/examples.yml | 2 ++ tests/cases/support.plugin.yml | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/source/plugins/support/examples.yml b/source/plugins/support/examples.yml index 6c8de4e9..9ee2c403 100644 --- a/source/plugins/support/examples.yml +++ b/source/plugins/support/examples.yml @@ -6,4 +6,6 @@ base: "" plugin_support: yes prod: + skip: true + test: skip: true \ No newline at end of file diff --git a/tests/cases/support.plugin.yml b/tests/cases/support.plugin.yml index b825e44a..fe51488c 100644 --- a/tests/cases/support.plugin.yml +++ b/tests/cases/support.plugin.yml @@ -1,7 +1 @@ -- name: 💭 GitHub Community Support - GitHub Community Support - uses: lowlighter/metrics@latest - with: - token: NOT_NEEDED - plugin_support: 'yes' - use_mocked_data: 'yes' - verify: 'yes' +[]