From 606a3eaaf9937b7876cc2adb173644fd49c92367 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 19 Mar 2024 12:50:22 -0400 Subject: [PATCH] only run module tests --- .github/workflows/brand-plugin-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 05567f4..5ce16b9 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -42,4 +42,5 @@ jobs: module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'newfold-labs/wp-plugin-hostgator' plugin-branch: 'update/i18n-and-lint' + only-module-tests: true secrets: inherit \ No newline at end of file