From edbd377e9a5fc66a45d7fd91527203a6ba6273ac Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Wed, 18 Sep 2024 14:04:49 -0400 Subject: [PATCH] removed core --- .github/workflows/run-standalone-mfos-tests.yml | 16 ++++++++-------- .github/workflows/utils.sh | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run-standalone-mfos-tests.yml b/.github/workflows/run-standalone-mfos-tests.yml index d8bdd373a..5240b37c6 100644 --- a/.github/workflows/run-standalone-mfos-tests.yml +++ b/.github/workflows/run-standalone-mfos-tests.yml @@ -15,14 +15,14 @@ jobs: uses: actions/checkout@v2 # Run Core tests - - name: Run Core tests and create assets - env: - EVENT_NAME: ${{ github.event_name }} - GITHUB_REF: ${{ github.ref }} - PR_HEAD_REF: ${{ github.event.pull_request.head.ref }} - INTENT: ${{ secrets.INTENT }} - run: | - ./.github/workflows/utils.sh runTests core + # - name: Run Core tests and create assets + # env: + # EVENT_NAME: ${{ github.event_name }} + # GITHUB_REF: ${{ github.ref }} + # PR_HEAD_REF: ${{ github.event.pull_request.head.ref }} + # INTENT: ${{ secrets.INTENT }} + # run: | + # ./.github/workflows/utils.sh runTests core # Run Manage tests - name: Run Manage tests and create assets diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 1339aa2bd..4f2d5bede 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -165,7 +165,7 @@ set -o pipefail # } function runTests(){ - MODULE="$1" # Pass the module name (core, manage, discovery) + MODULE="$1" # Pass the module name # Clone firebolt-apis repo if it doesn't already exist if [ ! -d "firebolt-apis" ]; then