Skip to content

Commit

Permalink
removed core
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent b4104dc commit edbd377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-standalone-mfos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edbd377

Please sign in to comment.