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