Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Fine tune STG Explorer BOT
Browse files Browse the repository at this point in the history
* SEED2 is now used for BTC
* Coverage report removed since we always work on `master`
* BOT is now targeting develop by default
  • Loading branch information
vbergeron-ledger committed May 11, 2022
1 parent 5b8d2fc commit 0217949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/bot-staging-explorer-btc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
ref:
description: "Which ref (branch or tag) to pull from ?"
required: false
default: master
default: develop

jobs:
start-runner:
Expand Down Expand Up @@ -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}
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/bot-staging-explorer-eth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
ref:
description: "Which ref (branch or tag) to pull from ?"
required: false
default: master
default: develop

jobs:
start-runner:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0217949

Please sign in to comment.