diff --git a/.github/workflows/CronWorkflow.yml b/.github/workflows/CronWorkflow.yml index 275c3f4..eca1d82 100644 --- a/.github/workflows/CronWorkflow.yml +++ b/.github/workflows/CronWorkflow.yml @@ -33,16 +33,4 @@ jobs: name: playwright-report path: playwright-report retention-days: 5 - - name: Push Testmo Report - if: always() - run: | - npx testmo automation:run:submit \ - --instance "$TESTMO_URL" \ - --project-id 1 \ - --name "Cron Workflow" \ - --source "Cron-Portfolio" \ - --results testmoresults/test-results.xml \ - env: - TESTMO_URL: ${{ secrets.TESTMO_URL }} - TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/PushWorkflow.yml b/.github/workflows/PushWorkflow.yml index e098f71..6c41b3e 100644 --- a/.github/workflows/PushWorkflow.yml +++ b/.github/workflows/PushWorkflow.yml @@ -30,16 +30,4 @@ jobs: with: name: playwright-report path: playwright-report - retention-days: 5 - - name: Push Testmo Report - if: always() - run: | - npx testmo automation:run:submit \ - --instance "$TESTMO_URL" \ - --project-id 1 \ - --name "Push Workflow" \ - --source "Push-Portfolio" \ - --results testmoresults/test-results.xml \ - env: - TESTMO_URL: ${{ secrets.TESTMO_URL }} - TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }} \ No newline at end of file + retention-days: 5 \ No newline at end of file