From daf7b2407d0b5567dbfaaa0b1c4e8e52217566d8 Mon Sep 17 00:00:00 2001 From: Pranavan-S Date: Fri, 10 Jan 2025 14:55:05 +0530 Subject: [PATCH] Only enable mock_tests --- .github/workflows/ci.yml | 2 ++ .github/workflows/dev-stg-release.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83ad357..58c8d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,3 +16,5 @@ jobs: secrets: inherit with: repo-name: module-ballerinax-hubspot.crm.commerce.discounts + additional-test-flags: '-Pgropus=mock_tests' + diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index eb03f9a..75893f7 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -19,3 +19,4 @@ jobs: secrets: inherit with: environment: ${{ github.event.inputs.environment }} + additional-publish-flags: '-Pgropus=mock_tests'