From 02179494637a9813375b2614769a3250987bd6e4 Mon Sep 17 00:00:00 2001 From: vbergeron Date: Wed, 11 May 2022 16:01:49 +0200 Subject: [PATCH] Fine tune STG Explorer BOT * SEED2 is now used for BTC * Coverage report removed since we always work on `master` * BOT is now targeting develop by default --- .github/workflows/bot-staging-explorer-btc.yml | 7 ++----- .github/workflows/bot-staging-explorer-eth.yml | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bot-staging-explorer-btc.yml b/.github/workflows/bot-staging-explorer-btc.yml index a7148e1520..5914b174e9 100644 --- a/.github/workflows/bot-staging-explorer-btc.yml +++ b/.github/workflows/bot-staging-explorer-btc.yml @@ -8,7 +8,7 @@ on: ref: description: "Which ref (branch or tag) to pull from ?" required: false - default: master + default: develop jobs: start-runner: @@ -66,7 +66,7 @@ jobs: env: SHOW_LEGACY_NEW_ACCOUNT: "1" DEBUG_HTTP_RESPONSE: "1" - SEED: ${{ secrets.SEED4 }} + SEED: ${{ secrets.SEED2 }} BOT_REPORT_FOLDER: botreport VERBOSE_FILE: botreport/logs.txt GITHUB_SHA: ${GITHUB_SHA} @@ -79,9 +79,6 @@ jobs: EXPLORER: https://explorers.api-01.live.ledger-stg.com run: mkdir botreport; COINAPPS=$PWD/coin-apps yarn ci-test-bot timeout-minutes: 120 - - name: Run coverage - if: failure() || success() - run: CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} npx codecov - name: upload logs if: failure() || success() uses: actions/upload-artifact@v1 diff --git a/.github/workflows/bot-staging-explorer-eth.yml b/.github/workflows/bot-staging-explorer-eth.yml index 2482d4fedc..253a6a5b34 100644 --- a/.github/workflows/bot-staging-explorer-eth.yml +++ b/.github/workflows/bot-staging-explorer-eth.yml @@ -8,7 +8,7 @@ on: ref: description: "Which ref (branch or tag) to pull from ?" required: false - default: master + default: develop jobs: start-runner: @@ -79,9 +79,6 @@ jobs: EXPLORER: https://explorers.api-01.live.ledger-stg.com run: mkdir botreport; COINAPPS=$PWD/coin-apps yarn ci-test-bot timeout-minutes: 120 - - name: Run coverage - if: failure() || success() - run: CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} npx codecov - name: upload logs if: failure() || success() uses: actions/upload-artifact@v1