From dfce1795b3ee17877ec95dfaa71841f837c8e8d8 Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Wed, 18 Sep 2024 10:56:40 -0400 Subject: [PATCH] update --- .github/workflows/run-standalone-mfos-tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-standalone-mfos-tests.yml b/.github/workflows/run-standalone-mfos-tests.yml index 5240b37c6..d8bdd373a 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