From 6dbb1bbf653b7e51ccec5258afb3f0f66f68bc40 Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Wed, 18 Sep 2024 15:13:52 -0400 Subject: [PATCH] Update run-standalone-mfos-tests.yml --- .github/workflows/run-standalone-mfos-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/run-standalone-mfos-tests.yml b/.github/workflows/run-standalone-mfos-tests.yml index a48350887..0be893acd 100644 --- a/.github/workflows/run-standalone-mfos-tests.yml +++ b/.github/workflows/run-standalone-mfos-tests.yml @@ -34,22 +34,12 @@ jobs: run: | ./.github/workflows/utils.sh runTests manage - # Run Discovery tests - # - name: Run Discovery 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 discovery - name: Compress all reports run: | mkdir -p ${{ github.workspace }}/combined-reports cp ${{ github.workspace }}/report/core/report.json ${{ github.workspace }}/combined-reports/core-report.json cp ${{ github.workspace }}/report/manage/report.json ${{ github.workspace }}/combined-reports/manage-report.json - # cp ${{ github.workspace }}/report/discovery/report.json ${{ github.workspace }}/combined-reports/discovery-report.json tar -czvf combined-reports.tar.gz -C ${{ github.workspace }}/combined-reports . # Upload combined report as an artifact